Html Css Color HEX #29202C Blackcurrant

📋 copy color: '#29202C'

red 41 ◦ green 32 ◦ blue 44

#29202C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #29202C

Tints of Blackcurrant #29202C

RGB

 RED value IS 41 (16.41% from 255) = 35.04%

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 44 (17.58% from 255) = 37.61%

R = 35.04%
G = 27.35%
B = 37.61%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29202C (or 0x29202C) is known color: Blackcurrant. HEX triplet: 29, 20 and 2C. RGB value is (41,32,44). Sum of RGB (Red+Green+Blue) = 41+32+44=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #29202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29202C is #D6DFD3. Grayscale: #242424. Windows color (decimal): -14082004 or 2891817. OLE color: 2891817.

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

Color convert

RGB 41 32 44 -
CMYK 0.07 0.27 0 0.83
HSL 285º 0.16% 0.15% -
HSV(B) 285º 0.27% 0.17% -
XYZ 1.89 1.69 2.61 -
YUV 36.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 41 32 44 0.07 0.27 0 0.83 285 0.16 0.15
Hex 29 20 2C 7 1B 0 53 11D 10 F
Octal 51 40 54 7 33 0 123 435 20 17
Binary 101001 100000 101100 111 11011 0 1010011 100011101 10000 1111

Color Harmonies of #29202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29202C

Black with #29202C

Text Example


Text Example

White with #29202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29202C;
 }
 .AnyTagClassName
 {
   color: #29202C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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