#0F162B

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

Shades of Black Russian #0F162B

Tints of Black Russian #0F162B

Color information

#0F162B (or 0x0F162B) is unknown color: approx Black Russian. HEX triplet: 0F, 16 and 2B. RGB value is (15,22,43). Sum of RGB (Red+Green+Blue) = 15+22+43=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F162B is #F0E9D4. Grayscale: #161616. Windows color (decimal): -15788501 or 2823695. OLE color: 2823695.

HSL color Cylindrical-coordinate representation of color #0F162B: hue angle of 225º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F162B is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB152243-
CMYK0.650.4900.83
HSL225º48.28%11.37%-
HSV(B)225º65.12%16.86%-
XYZ0.920.852.4-
YUV22.3139.68122.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=18.75%
G=27.5%
B=53.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1522430.650.4900.8322548.2811.37
HexF162B4131053e130b
Octal1726531016101233416013
Binary111110110101011100000111000101010011111000011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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