#100E2A

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

Shades of Black Russian #100E2A

Tints of Black Russian #100E2A

Color information

#100E2A (or 0x100E2A) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 2A. RGB value is (16,14,42). Sum of RGB (Red+Green+Blue) = 16+14+42=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #100E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E2A is #EFF1D5. Grayscale: #111111. Windows color (decimal): -15725014 or 2756112. OLE color: 2756112.

HSL color Cylindrical-coordinate representation of color #100E2A: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #100E2A is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB161442-
CMYK0.620.6700.84
HSL244.29º50%10.98%-
HSV(B)244.29º66.67%16.47%-
XYZ0.790.592.26-
YUV17.79141.66126.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.22%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 42 (16.80% from 255) = 58.33%
R=22.22%
G=19.44%
B=58.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1614420.620.6700.84244.295010.98
Hex10E2A3E43054f432b
Octal2016527610301243646213
Binary100001110101010111110100001101010100111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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