#1E222E

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

Shades of Black Russian #1E222E

Tints of Black Russian #1E222E

Color information

#1E222E (or 0x1E222E) is unknown color: approx Black Russian. HEX triplet: 1E, 22 and 2E. RGB value is (30,34,46). Sum of RGB (Red+Green+Blue) = 30+34+46=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E222E is #E1DDD1. Grayscale: #222222. Windows color (decimal): -14802386 or 3023390. OLE color: 3023390.

HSL color Cylindrical-coordinate representation of color #1E222E: hue angle of 225º 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 #1E222E is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB303446-
CMYK0.350.2600.82
HSL225º21.05%14.9%-
HSV(B)225º34.78%18.04%-
XYZ1.61.622.81-
YUV34.17134.67125.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.27%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=27.27%
G=30.91%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3034460.350.2600.8222521.0514.9
Hex1E222E231A052e115f
Octal364256433201223412517
Binary11110100010101110100011110100101001011100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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