#100E2C

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

Shades of Black Russian #100E2C

Tints of Black Russian #100E2C

Color information

#100E2C (or 0x100E2C) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 2C. RGB value is (16,14,44). Sum of RGB (Red+Green+Blue) = 16+14+44=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #100E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E2C is #EFF1D3. Grayscale: #111111. Windows color (decimal): -15725012 or 2887184. OLE color: 2887184.

HSL color Cylindrical-coordinate representation of color #100E2C: hue angle of 244º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #100E2C is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB161444-
CMYK0.640.6800.83
HSL244º51.72%11.37%-
HSV(B)244º68.18%17.25%-
XYZ0.830.612.46-
YUV18.02142.66126.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.62%
GREEN value IS 14 (5.86% from 255) = 18.92%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=21.62%
G=18.92%
B=59.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1614440.640.6800.8324451.7211.37
Hex10E2C4044053f434b
Octal20165410010401233646413
Binary1000011101011001000000100010001010011111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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