#341143

Color #341143 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #341143

Tints of Blackcurrant #341143

Color information

#341143 (or 0x341143) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 43. RGB value is (52,17,67). Sum of RGB (Red+Green+Blue) = 52+17+67=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #341143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341143 is #CBEEBC. Grayscale: #212121. Windows color (decimal): -13364925 or 4395316. OLE color: 4395316.

HSL color Cylindrical-coordinate representation of color #341143: hue angle of 282º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341143 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB521767-
CMYK0.220.7500.74
HSL282º59.52%16.47%-
HSV(B)282º74.63%26.27%-
XYZ2.631.545.47-
YUV33.16147.1141.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 67 (26.56% from 255) = 49.26%
R=38.24%
G=12.5%
B=49.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5217670.220.7500.7428259.5216.47
Hex341143164B04A11a3c10
Octal64211032611301124327420
Binary1101001000110000111011010010110100101010001101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341143; }

 p { color: rgb(52,17,67); }

 H1.HeaderClassName
 {
   color: #341143;
 }
 .AnyTagClassName
 {
   color: #341143;
 }
</style>
background-color css

<style>
 a { background-color: #341143; }

 a { background-color: rgb(52,17,67); }

 div.DivClassName
 {
   background-color: #341143;
 }
 .BgClassName
 {
   background-color: #341143;
 }
</style>
border-color css

<style>
 span { border-color: #341143; }

 span { border-color: rgb(52,17,67); }

 td.TdClassName
 {
   border-color: #341143;
 }
 .TagClassName
 {
   border-color: #341143;
 }
</style>