#0F1016

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

Shades of Black Russian #0F1016

Tints of Black Russian #0F1016

Color information

#0F1016 (or 0x0F1016) is unknown color: approx Black Russian. HEX triplet: 0F, 10 and 16. RGB value is (15,16,22). Sum of RGB (Red+Green+Blue) = 15+16+22=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1016 is #F0EFE9. Grayscale: #101010. Windows color (decimal): -15790058 or 1445903. OLE color: 1445903.

HSL color Cylindrical-coordinate representation of color #0F1016: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0F1016 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151622-
CMYK0.320.2700.91
HSL231.43º18.92%7.25%-
HSV(B)231.43º31.82%8.63%-
XYZ0.530.530.83-
YUV16.38131.17127.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=28.30%
G=30.19%
B=41.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1516220.320.2700.91231.4318.927.25
HexF1016201B05Be7137
Octal17202640330133347237
Binary1111100001011010000011011010110111110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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