#120F27

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

Shades of Black Russian #120F27

Tints of Black Russian #120F27

Color information

#120F27 (or 0x120F27) is unknown color: approx Black Russian. HEX triplet: 12, 0F and 27. RGB value is (18,15,39). Sum of RGB (Red+Green+Blue) = 18+15+39=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #120F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F27 is #EDF0D8. Grayscale: #121212. Windows color (decimal): -15593689 or 2559762. OLE color: 2559762.

HSL color Cylindrical-coordinate representation of color #120F27: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #120F27 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB181539-
CMYK0.540.6200.85
HSL247.5º44.44%10.59%-
HSV(B)247.5º61.54%15.29%-
XYZ0.790.622-
YUV18.63139.49127.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=25%
G=20.83%
B=54.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1815390.540.6200.85247.544.4410.59
Hex12F27363E055f82cb
Octal221747667601253705413
Binary10010111110011111011011111001010101111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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