#100F18

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

Shades of Black Russian #100F18

Tints of Black Russian #100F18

Color information

#100F18 (or 0x100F18) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 18. RGB value is (16,15,24). Sum of RGB (Red+Green+Blue) = 16+15+24=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #100F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F18 is #EFF0E7. Grayscale: #101010. Windows color (decimal): -15724776 or 1576720. OLE color: 1576720.

HSL color Cylindrical-coordinate representation of color #100F18: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100F18 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161524-
CMYK0.330.3700.91
HSL246.67º23.08%7.65%-
HSV(B)246.67º37.5%9.41%-
XYZ0.550.520.94-
YUV16.32132.33127.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=29.09%
G=27.27%
B=43.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1615240.330.3700.91246.6723.087.65
Hex10F18212505Bf7178
Octal201730414501333672710
Binary100001111110001000011001010101101111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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