#29183C

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

Shades of Blackcurrant #29183C

Tints of Blackcurrant #29183C

Color information

#29183C (or 0x29183C) is unknown color: approx Blackcurrant. HEX triplet: 29, 18 and 3C. RGB value is (41,24,60). Sum of RGB (Red+Green+Blue) = 41+24+60=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #29183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29183C is #D6E7C3. Grayscale: #212121. Windows color (decimal): -14084036 or 3938345. OLE color: 3938345.

HSL color Cylindrical-coordinate representation of color #29183C: hue angle of 268.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29183C is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB412460-
CMYK0.320.6000.76
HSL268.33º42.86%16.47%-
HSV(B)268.33º60%23.53%-
XYZ2.061.454.45-
YUV33.19143.13133.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 60 (23.83% from 255) = 48%
R=32.8%
G=19.2%
B=48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4124600.320.6000.76268.3342.8616.47
Hex29183C203C04C10c2b10
Octal513074407401144145320
Binary101001110001111001000001111000100110010000110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29183C; }

 p { color: rgb(41,24,60); }

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

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

 a { background-color: rgb(41,24,60); }

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

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

 span { border-color: rgb(41,24,60); }

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