#100F16

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

Shades of Black Russian #100F16

Tints of Black Russian #100F16

Color information

#100F16 (or 0x100F16) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 16. RGB value is (16,15,22). Sum of RGB (Red+Green+Blue) = 16+15+22=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 15 (6.25% from 255 or 28.30% 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 #100F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F16 is #EFF0E9. Grayscale: #101010. Windows color (decimal): -15724778 or 1445648. OLE color: 1445648.

HSL color Cylindrical-coordinate representation of color #100F16: hue angle of 248.57º 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 #100F16 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161522-
CMYK0.270.3200.91
HSL248.57º18.92%7.25%-
HSV(B)248.57º31.82%8.63%-
XYZ0.530.510.83-
YUV16.1131.33127.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1615220.270.3200.91248.5718.927.25
Hex10F161B2005Bf9137
Octal20172633400133371237
Binary1000011111011011011100000010110111111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100F16; }

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

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

<style>
 a { background-color: #100F16; }

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

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

<style>
 span { border-color: #100F16; }

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

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