#1E202D

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

Shades of Black Russian #1E202D

Tints of Black Russian #1E202D

Color information

#1E202D (or 0x1E202D) is unknown color: approx Black Russian. HEX triplet: 1E, 20 and 2D. RGB value is (30,32,45). Sum of RGB (Red+Green+Blue) = 30+32+45=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E202D is #E1DFD2. Grayscale: #202020. Windows color (decimal): -14802899 or 2957342. OLE color: 2957342.

HSL color Cylindrical-coordinate representation of color #1E202D: hue angle of 232º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E202D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB303245-
CMYK0.330.2900.82
HSL232º20%14.71%-
HSV(B)232º33.33%17.65%-
XYZ1.531.52.69-
YUV32.88134.84125.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.04%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=28.04%
G=29.91%
B=42.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3032450.330.2900.822322014.71
Hex1E202D211D052e814f
Octal364055413501223502417
Binary11110100000101101100001111010101001011101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E202D; }

 p { color: rgb(30,32,45); }

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

<style>
 a { background-color: #1E202D; }

 a { background-color: rgb(30,32,45); }

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

<style>
 span { border-color: #1E202D; }

 span { border-color: rgb(30,32,45); }

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