#100F14

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

Shades of Black Russian #100F14

Tints of Black Russian #100F14

Color information

#100F14 (or 0x100F14) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 14. RGB value is (16,15,20). Sum of RGB (Red+Green+Blue) = 16+15+20=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #100F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F14 is #EFF0EB. Grayscale: #0F0F0F. Windows color (decimal): -15724780 or 1314576. OLE color: 1314576.

HSL color Cylindrical-coordinate representation of color #100F14: hue angle of 252º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #100F14 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB161520-
CMYK0.200.2500.92
HSL252º14.29%6.86%-
HSV(B)252º25%7.84%-
XYZ0.510.50.73-
YUV15.87130.33128.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=31.37%
G=29.41%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1615200.200.2500.9225214.296.86
Hex10F14141905Cfce7
Octal20172424310134374167
Binary10000111110100101001100101011100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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