#120F2F

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

Shades of Black Russian #120F2F

Tints of Black Russian #120F2F

Color information

#120F2F (or 0x120F2F) is unknown color: approx Black Russian. HEX triplet: 12, 0F and 2F. RGB value is (18,15,47). Sum of RGB (Red+Green+Blue) = 18+15+47=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #120F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2F is #EDF0D0. Grayscale: #131313. Windows color (decimal): -15593681 or 3084050. OLE color: 3084050.

HSL color Cylindrical-coordinate representation of color #120F2F: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120F2F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181547-
CMYK0.620.6800.82
HSL245.62º51.61%12.16%-
HSV(B)245.62º68.09%18.43%-
XYZ0.930.682.77-
YUV19.55143.49126.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 47 (18.75% from 255) = 58.75%
R=22.5%
G=18.75%
B=58.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1815470.620.6800.82245.6251.6112.16
Hex12F2F3E44052f634c
Octal2217577610401223666414
Binary100101111101111111110100010001010010111101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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