Html Css Color HEX #29212F Blackcurrant

📋 copy color: '#29212F'

red 41 ◦ green 33 ◦ blue 47

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

Shades of Blackcurrant #29212F

Tints of Blackcurrant #29212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.27%

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

R = 33.88%
G = 27.27%
B = 38.84%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29212F (or 0x29212F) is known color: Blackcurrant. HEX triplet: 29, 21 and 2F. RGB value is (41,33,47). Sum of RGB (Red+Green+Blue) = 41+33+47=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 47 - color contains mainly: blue. Hex color #29212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29212F is #D6DED0. Grayscale: #242424. Windows color (decimal): -14081745 or 3088681. OLE color: 3088681.

HSL color Cylindrical-coordinate representation of color #29212F: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #29212F is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 33 47 -
CMYK 0.13 0.30 0 0.82
HSL 274.29º 0.18% 0.16% -
HSV(B) 274.29º 0.3% 0.18% -
XYZ 1.97 1.76 2.93 -
YUV 36.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 41 33 47 0.13 0.30 0 0.82 274.29 0.18 0.16
Hex 29 21 2F D 1E 0 52 112 12 10
Octal 51 41 57 15 36 0 122 422 22 20
Binary 101001 100001 101111 1101 11110 0 1010010 100010010 10010 10000

Color Harmonies of #29212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29212F

Black with #29212F

Text Example


Text Example

White with #29212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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