#0F162C

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

Shades of Black Russian #0F162C

Tints of Black Russian #0F162C

Color information

#0F162C (or 0x0F162C) is unknown color: approx Black Russian. HEX triplet: 0F, 16 and 2C. RGB value is (15,22,44). Sum of RGB (Red+Green+Blue) = 15+22+44=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F162C is #F0E9D3. Grayscale: #161616. Windows color (decimal): -15788500 or 2889231. OLE color: 2889231.

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

Color convert

RGB152244-
CMYK0.660.500.83
HSL225.52º49.15%11.57%-
HSV(B)225.52º65.91%17.25%-
XYZ0.940.862.5-
YUV22.42140.18122.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=18.52%
G=27.16%
B=54.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1522440.660.500.83225.5249.1511.57
HexF162C4232053e231c
Octal1726541026201233426114
Binary111110110101100100001011001001010011111000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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