#29222C

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

Shades of Blackcurrant #29222C

Tints of Blackcurrant #29222C

Color information

#29222C (or 0x29222C) is unknown color: approx Blackcurrant. HEX triplet: 29, 22 and 2C. RGB value is (41,34,44). Sum of RGB (Red+Green+Blue) = 41+34+44=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 44 - color contains mainly: blue. Hex color #29222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29222C is #D6DDD3. Grayscale: #252525. Windows color (decimal): -14081492 or 2892329. OLE color: 2892329.

HSL color Cylindrical-coordinate representation of color #29222C: hue angle of 282º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #29222C is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB413444-
CMYK0.070.2300.83
HSL282º12.82%15.29%-
HSV(B)282º22.73%17.25%-
XYZ1.941.82.63-
YUV37.23131.82130.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=34.45%
G=28.57%
B=36.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4134440.070.2300.8328212.8215.29
Hex29222C71705311adf
Octal51425472701234321517
Binary101001100010101100111101110101001110001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,34,44); }

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

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

 a { background-color: rgb(41,34,44); }

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

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

 span { border-color: rgb(41,34,44); }

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