#0F1224

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

Shades of Black Russian #0F1224

Tints of Black Russian #0F1224

Color information

#0F1224 (or 0x0F1224) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 24. RGB value is (15,18,36). Sum of RGB (Red+Green+Blue) = 15+18+36=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F1224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1224 is #F0EDDB. Grayscale: #131313. Windows color (decimal): -15789532 or 2363919. OLE color: 2363919.

HSL color Cylindrical-coordinate representation of color #0F1224: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F1224 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB151836-
CMYK0.580.500.86
HSL231.43º41.18%10%-
HSV(B)231.43º58.33%14.12%-
XYZ0.730.661.76-
YUV19.15137.51125.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 36 (14.45% from 255) = 52.17%
R=21.74%
G=26.09%
B=52.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1518360.580.500.86231.4341.1810
HexF12243A32056e729a
Octal172244726201263475112
Binary11111001010010011101011001001010110111001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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