#0F1219

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

Shades of Black Russian #0F1219

Tints of Black Russian #0F1219

Color information

#0F1219 (or 0x0F1219) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 19. RGB value is (15,18,25). Sum of RGB (Red+Green+Blue) = 15+18+25=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1219 is #F0EDE6. Grayscale: #111111. Windows color (decimal): -15789543 or 1643023. OLE color: 1643023.

HSL color Cylindrical-coordinate representation of color #0F1219: hue angle of 222º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1219 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB151825-
CMYK0.400.2800.90
HSL222º25%7.84%-
HSV(B)222º40%9.8%-
XYZ0.590.61.01-
YUV17.9132.01125.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.86%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 25 (10.16% from 255) = 43.10%
R=25.86%
G=31.03%
B=43.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1518250.400.2800.90222257.84
HexF1219281C05Ade198
Octal172231503401323363110
Binary11111001011001101000111000101101011011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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