#29242C

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

Shades of Blackcurrant #29242C

Tints of Blackcurrant #29242C

Color information

#29242C (or 0x29242C) is unknown color: approx Blackcurrant. HEX triplet: 29, 24 and 2C. RGB value is (41,36,44). Sum of RGB (Red+Green+Blue) = 41+36+44=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 44 - color contains mainly: blue. Hex color #29242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29242C is #D6DBD3. Grayscale: #262626. Windows color (decimal): -14080980 or 2892841. OLE color: 2892841.

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

Color convert

RGB413644-
CMYK0.070.1800.83
HSL277.5º10%15.69%-
HSV(B)277.5º18.18%17.25%-
XYZ21.922.65-
YUV38.41131.16129.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=33.88%
G=29.75%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4136440.070.1800.83277.51015.69
Hex29242C712053116a10
Octal51445472201234261220
Binary1010011001001011001111001001010011100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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