#100E1D

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

Shades of Black Russian #100E1D

Tints of Black Russian #100E1D

Color information

#100E1D (or 0x100E1D) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 1D. RGB value is (16,14,29). Sum of RGB (Red+Green+Blue) = 16+14+29=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #100E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E1D is #EFF1E2. Grayscale: #101010. Windows color (decimal): -15725027 or 1904144. OLE color: 1904144.

HSL color Cylindrical-coordinate representation of color #100E1D: hue angle of 248º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #100E1D is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161429-
CMYK0.450.5200.89
HSL248º34.88%8.43%-
HSV(B)248º51.72%11.37%-
XYZ0.590.511.23-
YUV16.31135.16127.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 14 (5.86% from 255) = 23.73%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=27.12%
G=23.73%
B=49.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1614290.450.5200.8924834.888.43
Hex10E1D2D34059f8238
Octal201635556401313704310
Binary1000011101110110110111010001011001111110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,14,29); }

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

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

 a { background-color: rgb(16,14,29); }

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

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

 span { border-color: rgb(16,14,29); }

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