#29123C

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

Shades of Blackcurrant #29123C

Tints of Blackcurrant #29123C

Color information

#29123C (or 0x29123C) is unknown color: approx Blackcurrant. HEX triplet: 29, 12 and 3C. RGB value is (41,18,60). Sum of RGB (Red+Green+Blue) = 41+18+60=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #29123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29123C is #D6EDC3. Grayscale: #1D1D1D. Windows color (decimal): -14085572 or 3936809. OLE color: 3936809.

HSL color Cylindrical-coordinate representation of color #29123C: hue angle of 272.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29123C is Cyan = 0.32, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB411860-
CMYK0.320.700.76
HSL272.86º53.85%15.29%-
HSV(B)272.86º70%23.53%-
XYZ1.951.234.41-
YUV29.66145.12136.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 60 (23.83% from 255) = 50.42%
R=34.45%
G=15.13%
B=50.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4118600.320.700.76272.8653.8515.29
Hex29123C204604C11136f
Octal5122744010601144216617
Binary101001100101111001000001000110010011001000100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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