#100F15

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

Shades of Black Russian #100F15

Tints of Black Russian #100F15

Color information

#100F15 (or 0x100F15) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 15. RGB value is (16,15,21). Sum of RGB (Red+Green+Blue) = 16+15+21=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #100F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F15 is #EFF0EA. Grayscale: #0F0F0F. Windows color (decimal): -15724779 or 1380112. OLE color: 1380112.

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

Color convert

RGB161521-
CMYK0.240.2900.92
HSL250º16.67%7.06%-
HSV(B)250º28.57%8.24%-
XYZ0.520.510.78-
YUV15.98130.83128.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=30.77%
G=28.85%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1615210.240.2900.9225016.677.06
Hex10F15181D05Cfa117
Octal20172530350134372217
Binary100001111101011100011101010111001111101010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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