#121032

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

Shades of Black Russian #121032

Tints of Black Russian #121032

Color information

#121032 (or 0x121032) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 32. RGB value is (18,16,50). Sum of RGB (Red+Green+Blue) = 18+16+50=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #121032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121032 is #EDEFCD. Grayscale: #141414. Windows color (decimal): -15593422 or 3280914. OLE color: 3280914.

HSL color Cylindrical-coordinate representation of color #121032: hue angle of 243.53º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121032 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB181650-
CMYK0.640.6800.80
HSL243.53º51.52%12.94%-
HSV(B)243.53º68%19.61%-
XYZ1.010.733.11-
YUV20.47144.66126.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=21.43%
G=19.05%
B=59.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1816500.640.6800.80243.5351.5212.94
Hex1210324044050f434d
Octal22206210010401203646415
Binary10010100001100101000000100010001010000111101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121032; }

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

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

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

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

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

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

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

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