#1E202E

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

Shades of Black Russian #1E202E

Tints of Black Russian #1E202E

Color information

#1E202E (or 0x1E202E) is unknown color: approx Black Russian. HEX triplet: 1E, 20 and 2E. RGB value is (30,32,46). Sum of RGB (Red+Green+Blue) = 30+32+46=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E202E is #E1DFD1. Grayscale: #202020. Windows color (decimal): -14802898 or 3022878. OLE color: 3022878.

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

Color convert

RGB303246-
CMYK0.350.3000.82
HSL232.5º21.05%14.9%-
HSV(B)232.5º34.78%18.04%-
XYZ1.551.512.79-
YUV33135.34125.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.78%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=27.78%
G=29.63%
B=42.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3032460.350.3000.82232.521.0514.9
Hex1E202E231E052e815f
Octal364056433601223502517
Binary11110100000101110100011111100101001011101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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