#100E35

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

Shades of Black Russian #100E35

Tints of Black Russian #100E35

Color information

#100E35 (or 0x100E35) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 35. RGB value is (16,14,53). Sum of RGB (Red+Green+Blue) = 16+14+53=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #100E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E35 is #EFF1CA. Grayscale: #121212. Windows color (decimal): -15725003 or 3477008. OLE color: 3477008.

HSL color Cylindrical-coordinate representation of color #100E35: hue angle of 243.08º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #100E35 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB161453-
CMYK0.700.7400.79
HSL243.08º58.21%13.14%-
HSV(B)243.08º73.58%20.78%-
XYZ1.010.683.45-
YUV19.04147.16125.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 53 (21.09% from 255) = 63.86%
R=19.28%
G=16.87%
B=63.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1614530.700.7400.79243.0858.2113.14
Hex10E35464A04Ff33ad
Octal20166510611201173637215
Binary1000011101101011000110100101001001111111100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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