#100E24

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

Shades of Black Russian #100E24

Tints of Black Russian #100E24

Color information

#100E24 (or 0x100E24) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 24. RGB value is (16,14,36). Sum of RGB (Red+Green+Blue) = 16+14+36=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #100E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E24 is #EFF1DB. Grayscale: #111111. Windows color (decimal): -15725020 or 2362896. OLE color: 2362896.

HSL color Cylindrical-coordinate representation of color #100E24: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #100E24 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB161436-
CMYK0.560.6100.86
HSL245.45º44%9.8%-
HSV(B)245.45º61.11%14.12%-
XYZ0.690.551.74-
YUV17.11138.66127.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=24.24%
G=21.21%
B=54.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1614360.560.6100.86245.45449.8
Hex10E24383D056f52ca
Octal201644707501263655412
Binary10000111010010011100011110101010110111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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