#121036

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

Shades of Black Russian #121036

Tints of Black Russian #121036

Color information

#121036 (or 0x121036) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 36. RGB value is (18,16,54). Sum of RGB (Red+Green+Blue) = 18+16+54=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #121036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121036 is #EDEFC9. Grayscale: #141414. Windows color (decimal): -15593418 or 3543058. OLE color: 3543058.

HSL color Cylindrical-coordinate representation of color #121036: hue angle of 243.16º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121036 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB181654-
CMYK0.670.7000.79
HSL243.16º54.29%13.73%-
HSV(B)243.16º70.37%21.18%-
XYZ1.10.773.58-
YUV20.93146.66125.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 54 (21.48% from 255) = 61.36%
R=20.45%
G=18.18%
B=61.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1816540.670.7000.79243.1654.2913.73
Hex121036434604Ff336e
Octal22206610310601173636616
Binary10010100001101101000011100011001001111111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121036; }

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

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

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

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

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

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

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

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