#202127

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

Shades of Black Russian #202127

Tints of Black Russian #202127

Color information

#202127 (or 0x202127) is unknown color: approx Black Russian. HEX triplet: 20, 21 and 27. RGB value is (32,33,39). Sum of RGB (Red+Green+Blue) = 32+33+39=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 39 - color contains mainly: blue. Hex color #202127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202127 is #DFDED8. Grayscale: #212121. Windows color (decimal): -14671577 or 2564384. OLE color: 2564384.

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

Color convert

RGB323339-
CMYK0.180.1500.85
HSL231.43º9.86%13.92%-
HSV(B)231.43º17.95%15.29%-
XYZ1.511.542.14-
YUV33.38131.17127.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.77%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=30.77%
G=31.73%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3233390.180.1500.85231.439.8613.92
Hex20212712F055e7ae
Octal404147221701253471216
Binary100000100001100111100101111010101011110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202127; }

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

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

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

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

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

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

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

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