#0F112C

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

Shades of Black Russian #0F112C

Tints of Black Russian #0F112C

Color information

#0F112C (or 0x0F112C) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 2C. RGB value is (15,17,44). Sum of RGB (Red+Green+Blue) = 15+17+44=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F112C is #F0EED3. Grayscale: #131313. Windows color (decimal): -15789780 or 2887951. OLE color: 2887951.

HSL color Cylindrical-coordinate representation of color #0F112C: hue angle of 235.86º 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 #0F112C is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB151744-
CMYK0.660.6100.83
HSL235.86º49.15%11.57%-
HSV(B)235.86º65.91%17.25%-
XYZ0.850.682.47-
YUV19.48141.84124.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=19.74%
G=22.37%
B=57.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1517440.660.6100.83235.8649.1511.57
HexF112C423D053ec31c
Octal1721541027501233546114
Binary111110001101100100001011110101010011111011001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F112C; }

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

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

<style>
 a { background-color: #0F112C; }

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

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

<style>
 span { border-color: #0F112C; }

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

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