#120F2C

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

Shades of Black Russian #120F2C

Tints of Black Russian #120F2C

Color information

#120F2C (or 0x120F2C) is unknown color: approx Black Russian. HEX triplet: 12, 0F and 2C. RGB value is (18,15,44). Sum of RGB (Red+Green+Blue) = 18+15+44=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #120F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2C is #EDF0D3. Grayscale: #131313. Windows color (decimal): -15593684 or 2887442. OLE color: 2887442.

HSL color Cylindrical-coordinate representation of color #120F2C: hue angle of 246.21º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #120F2C is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181544-
CMYK0.590.6600.83
HSL246.21º49.15%11.57%-
HSV(B)246.21º65.91%17.25%-
XYZ0.870.652.46-
YUV19.2141.99127.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=23.38%
G=19.48%
B=57.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1815440.590.6600.83246.2149.1511.57
Hex12F2C3B42053f631c
Octal2217547310201233666114
Binary100101111101100111011100001001010011111101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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