#0F1218

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

Shades of Black Russian #0F1218

Tints of Black Russian #0F1218

Color information

#0F1218 (or 0x0F1218) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 18. RGB value is (15,18,24). Sum of RGB (Red+Green+Blue) = 15+18+24=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1218 is #F0EDE7. Grayscale: #111111. Windows color (decimal): -15789544 or 1577487. OLE color: 1577487.

HSL color Cylindrical-coordinate representation of color #0F1218: hue angle of 220º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1218 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151824-
CMYK0.370.2500.91
HSL220º23.08%7.65%-
HSV(B)220º37.5%9.41%-
XYZ0.580.60.95-
YUV17.79131.51126.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=26.32%
G=31.58%
B=42.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1518240.370.2500.9122023.087.65
HexF1218251905Bdc178
Octal172230453101333342710
Binary11111001011000100101110010101101111011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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