Html Css Color HEX #212227 Black Russian

📋 copy color: '#212227'

red 33 ◦ green 34 ◦ blue 39

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

Shades of Black Russian #212227

Tints of Black Russian #212227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 31.13%
G = 32.08%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#212227 (or 0x212227) is known color: Black Russian. HEX triplet: 21, 22 and 27. RGB value is (33,34,39). Sum of RGB (Red+Green+Blue) = 33+34+39=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 39 - color contains mainly: blue. Hex color #212227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212227 is #DEDDD8. Grayscale: #222222. Windows color (decimal): -14605785 or 2564641. OLE color: 2564641.

HSL color Cylindrical-coordinate representation of color #212227: hue angle of 230º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212227 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 34 39 -
CMYK 0.15 0.13 0 0.85
HSL 230º 0.08% 0.14% -
HSV(B) 230º 0.15% 0.15% -
XYZ 1.57 1.61 2.15 -
YUV 34.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 33 34 39 0.15 0.13 0 0.85 230 0.08 0.14
Hex 21 22 27 F D 0 55 E6 8 E
Octal 41 42 47 17 15 0 125 346 10 16
Binary 100001 100010 100111 1111 1101 0 1010101 11100110 1000 1110

Color Harmonies of #212227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212227

Black with #212227

Text Example


Text Example

White with #212227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212227; }

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

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

background-color css

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

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

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

border-color css

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

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

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