#212227

Color #212227 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #212227

Tints of Black Russian #212227

Color information

#212227 (or 0x212227) is unknown color: approx 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

RGB333439-
CMYK0.150.1300.85
HSL230º8.33%14.12%-
HSV(B)230º15.38%15.29%-
XYZ1.571.612.15-
YUV34.27130.67127.09-

RGB Variations

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

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.62% from 255) = 36.79%
R=31.13%
G=32.08%
B=36.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3334390.150.1300.852308.3314.12
Hex212227FD055e68e
Octal414247171501253461016
Binary10000110001010011111111101010101011110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>