#121020

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

Shades of Black Russian #121020

Tints of Black Russian #121020

Color information

#121020 (or 0x121020) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 20. RGB value is (18,16,32). Sum of RGB (Red+Green+Blue) = 18+16+32=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #121020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121020 is #EDEFDF. Grayscale: #121212. Windows color (decimal): -15593440 or 2101266. OLE color: 2101266.

HSL color Cylindrical-coordinate representation of color #121020: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #121020 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB181632-
CMYK0.440.500.87
HSL247.5º33.33%9.41%-
HSV(B)247.5º50%12.55%-
XYZ0.70.61.45-
YUV18.42135.66127.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=27.27%
G=24.24%
B=48.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1816320.440.500.87247.533.339.41
Hex1210202C32057f8219
Octal222040546201273704111
Binary100101000010000010110011001001010111111110001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121020; }

 p { color: rgb(18,16,32); }

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

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

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

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

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

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

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