#100E1C

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

Shades of Black Russian #100E1C

Tints of Black Russian #100E1C

Color information

#100E1C (or 0x100E1C) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 1C. RGB value is (16,14,28). Sum of RGB (Red+Green+Blue) = 16+14+28=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #100E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E1C is #EFF1E3. Grayscale: #101010. Windows color (decimal): -15725028 or 1838608. OLE color: 1838608.

HSL color Cylindrical-coordinate representation of color #100E1C: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100E1C is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161428-
CMYK0.430.5000.89
HSL248.57º33.33%8.24%-
HSV(B)248.57º50%10.98%-
XYZ0.580.511.17-
YUV16.19134.66127.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=27.59%
G=24.14%
B=48.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1614280.430.5000.89248.5733.338.24
Hex10E1C2B32059f9218
Octal201634536201313714110
Binary1000011101110010101111001001011001111110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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