Html Css Color HEX #29202F Blackcurrant

📋 copy color: '#29202F'

red 41 ◦ green 32 ◦ blue 47

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

Shades of Blackcurrant #29202F

Tints of Blackcurrant #29202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 34.17%
G = 26.67%
B = 39.17%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29202F (or 0x29202F) is known color: Blackcurrant. HEX triplet: 29, 20 and 2F. RGB value is (41,32,47). Sum of RGB (Red+Green+Blue) = 41+32+47=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #29202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29202F is #D6DFD0. Grayscale: #242424. Windows color (decimal): -14082001 or 3088425. OLE color: 3088425.

HSL color Cylindrical-coordinate representation of color #29202F: hue angle of 276º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29202F is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 32 47 -
CMYK 0.13 0.32 0 0.82
HSL 276º 0.19% 0.15% -
HSV(B) 276º 0.32% 0.18% -
XYZ 1.94 1.71 2.92 -
YUV 36.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 41 32 47 0.13 0.32 0 0.82 276 0.19 0.15
Hex 29 20 2F D 20 0 52 114 13 F
Octal 51 40 57 15 40 0 122 424 23 17
Binary 101001 100000 101111 1101 100000 0 1010010 100010100 10011 1111

Color Harmonies of #29202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29202F

Black with #29202F

Text Example


Text Example

White with #29202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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