#100E1B

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

Shades of Black Russian #100E1B

Tints of Black Russian #100E1B

Color information

#100E1B (or 0x100E1B) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 1B. RGB value is (16,14,27). Sum of RGB (Red+Green+Blue) = 16+14+27=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #100E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E1B is #EFF1E4. Grayscale: #101010. Windows color (decimal): -15725029 or 1773072. OLE color: 1773072.

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

Color convert

RGB161427-
CMYK0.410.4800.89
HSL249.23º31.71%8.04%-
HSV(B)249.23º48.15%10.59%-
XYZ0.570.51.1-
YUV16.08134.16127.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=28.07%
G=24.56%
B=47.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1614270.410.4800.89249.2331.718.04
Hex10E1B2930059f9208
Octal201633516001313714010
Binary1000011101101110100111000001011001111110011000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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