#120F37

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

Shades of Black Russian #120F37

Tints of Black Russian #120F37

Color information

#120F37 (or 0x120F37) is unknown color: approx Black Russian. HEX triplet: 12, 0F and 37. RGB value is (18,15,55). Sum of RGB (Red+Green+Blue) = 18+15+55=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #120F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F37 is #EDF0C8. Grayscale: #141414. Windows color (decimal): -15593673 or 3608338. OLE color: 3608338.

HSL color Cylindrical-coordinate representation of color #120F37: hue angle of 244.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120F37 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB181555-
CMYK0.670.7300.78
HSL244.5º57.14%13.73%-
HSV(B)244.5º72.73%21.57%-
XYZ1.110.753.7-
YUV20.46147.49126.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 55 (21.88% from 255) = 62.5%
R=20.45%
G=17.05%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1815550.670.7300.78244.557.1413.73
Hex12F37434904Ef439e
Octal22176710311101163647116
Binary1001011111101111000011100100101001110111101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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