Html Css Color HEX #212229 Black Russian

📋 copy color: '#212229'

red 33 ◦ green 34 ◦ blue 41

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

Shades of Black Russian #212229

Tints of Black Russian #212229

RGB

 RED value IS 33 (13.28% from 255) = 30.56%

 GREEN value IS 34 (13.67% from 255) = 31.48%

 BLUE value IS 41 (16.41% from 255) = 37.96%

R = 30.56%
G = 31.48%
B = 37.96%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#212229 (or 0x212229) is known color: Black Russian. HEX triplet: 21, 22 and 29. RGB value is (33,34,41). Sum of RGB (Red+Green+Blue) = 33+34+41=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 41 - color contains mainly: blue. Hex color #212229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212229 is #DEDDD6. Grayscale: #222222. Windows color (decimal): -14605783 or 2695713. OLE color: 2695713.

HSL color Cylindrical-coordinate representation of color #212229: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212229 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 34 41 -
CMYK 0.20 0.17 0 0.84
HSL 232.5º 0.11% 0.15% -
HSV(B) 232.5º 0.2% 0.16% -
XYZ 1.6 1.63 2.33 -
YUV 34.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 33 34 41 0.20 0.17 0 0.84 232.5 0.11 0.15
Hex 21 22 29 14 11 0 54 E8 B F
Octal 41 42 51 24 21 0 124 350 13 17
Binary 100001 100010 101001 10100 10001 0 1010100 11101000 1011 1111

Color Harmonies of #212229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212229

Black with #212229

Text Example


Text Example

White with #212229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212229; }

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

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

background-color css

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

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

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

border-color css

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

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

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