#212127

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

Shades of Black Russian #212127

Tints of Black Russian #212127

Color information

#212127 (or 0x212127) is unknown color: approx Black Russian. HEX triplet: 21, 21 and 27. RGB value is (33,33,39). Sum of RGB (Red+Green+Blue) = 33+33+39=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 39 - color contains mainly: blue. Hex color #212127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212127 is #DEDED8. Grayscale: #212121. Windows color (decimal): -14606041 or 2564385. OLE color: 2564385.

HSL color Cylindrical-coordinate representation of color #212127: hue angle of 240º 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 #212127 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB333339-
CMYK0.150.1500.85
HSL240º8.33%14.12%-
HSV(B)240º15.38%15.29%-
XYZ1.541.562.14-
YUV33.68131127.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=31.43%
G=31.43%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3333390.150.1500.852408.3314.12
Hex212127FF055f08e
Octal414147171701253601016
Binary10000110000110011111111111010101011111000010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212127; }

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

 H1.HeaderClassName
 {
   color: #212127;
 }
 .AnyTagClassName
 {
   color: #212127;
 }
</style>
background-color css

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

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

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

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

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

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