#120F31

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

Shades of Black Russian #120F31

Tints of Black Russian #120F31

Color information

#120F31 (or 0x120F31) is unknown color: approx Black Russian. HEX triplet: 12, 0F and 31. RGB value is (18,15,49). Sum of RGB (Red+Green+Blue) = 18+15+49=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #120F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F31 is #EDF0CE. Grayscale: #131313. Windows color (decimal): -15593679 or 3215122. OLE color: 3215122.

HSL color Cylindrical-coordinate representation of color #120F31: hue angle of 245.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #120F31 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB181549-
CMYK0.630.6900.81
HSL245.29º53.12%12.55%-
HSV(B)245.29º69.39%19.22%-
XYZ0.970.692.99-
YUV19.77144.49126.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=21.95%
G=18.29%
B=59.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1815490.630.6900.81245.2953.1212.55
Hex12F313F45051f535d
Octal2217617710501213656515
Binary100101111110001111111100010101010001111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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