#202027

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

Shades of Black Russian #202027

Tints of Black Russian #202027

Color information

#202027 (or 0x202027) is unknown color: approx Black Russian. HEX triplet: 20, 20 and 27. RGB value is (32,32,39). Sum of RGB (Red+Green+Blue) = 32+32+39=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 39 - color contains mainly: blue. Hex color #202027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202027 is #DFDFD8. Grayscale: #202020. Windows color (decimal): -14671833 or 2564128. OLE color: 2564128.

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

Color convert

RGB323239-
CMYK0.180.1800.85
HSL240º9.86%13.92%-
HSV(B)240º17.95%15.29%-
XYZ1.481.492.13-
YUV32.8131.5127.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=31.07%
G=31.07%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3232390.180.1800.852409.8613.92
Hex2020271212055f0ae
Octal404047222201253601216
Binary1000001000001001111001010010010101011111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202027; }

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

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

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

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

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

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

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

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