#120F32

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

Shades of Black Russian #120F32

Tints of Black Russian #120F32

Color information

#120F32 (or 0x120F32) is unknown color: approx Black Russian. HEX triplet: 12, 0F and 32. RGB value is (18,15,50). Sum of RGB (Red+Green+Blue) = 18+15+50=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #120F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F32 is #EDF0CD. Grayscale: #131313. Windows color (decimal): -15593678 or 3280658. OLE color: 3280658.

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

Color convert

RGB181550-
CMYK0.640.7000.80
HSL245.14º53.85%12.75%-
HSV(B)245.14º70%19.61%-
XYZ10.73.1-
YUV19.89144.99126.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 50 (19.92% from 255) = 60.24%
R=21.69%
G=18.07%
B=60.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1815500.640.7000.80245.1453.8512.75
Hex12F324046050f536d
Octal22176210010601203656615
Binary1001011111100101000000100011001010000111101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F32; }

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

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

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

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

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

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

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

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