Html Css Color HEX #21222A Black Russian

📋 copy color: '#21222A'

red 33 ◦ green 34 ◦ blue 42

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

Shades of Black Russian #21222A

Tints of Black Russian #21222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 38.53%

R = 30.28%
G = 31.19%
B = 38.53%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#21222A (or 0x21222A) is known color: Black Russian. HEX triplet: 21, 22 and 2A. RGB value is (33,34,42). Sum of RGB (Red+Green+Blue) = 33+34+42=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 42 - color contains mainly: blue. Hex color #21222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21222A is #DEDDD5. Grayscale: #222222. Windows color (decimal): -14605782 or 2761249. OLE color: 2761249.

HSL color Cylindrical-coordinate representation of color #21222A: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #21222A is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 34 42 -
CMYK 0.21 0.19 0 0.84
HSL 233.33º 0.12% 0.15% -
HSV(B) 233.33º 0.21% 0.16% -
XYZ 1.62 1.63 2.42 -
YUV 34.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 33 34 42 0.21 0.19 0 0.84 233.33 0.12 0.15
Hex 21 22 2A 15 13 0 54 E9 C F
Octal 41 42 52 25 23 0 124 351 14 17
Binary 100001 100010 101010 10101 10011 0 1010100 11101001 1100 1111

Color Harmonies of #21222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21222A

Black with #21222A

Text Example


Text Example

White with #21222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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