Html Css Color HEX #1E222F Black Russian

📋 copy color: '#1E222F'

red 30 ◦ green 34 ◦ blue 47

#1E222F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #1E222F

Tints of Black Russian #1E222F

RGB

 RED value IS 30 (12.11% from 255) = 27.03%

 GREEN value IS 34 (13.67% from 255) = 30.63%

 BLUE value IS 47 (18.75% from 255) = 42.34%

R = 27.03%
G = 30.63%
B = 42.34%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1E222F (or 0x1E222F) is known color: Black Russian. HEX triplet: 1E, 22 and 2F. RGB value is (30,34,47). Sum of RGB (Red+Green+Blue) = 30+34+47=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E222F is #E1DDD0. Grayscale: #222222. Windows color (decimal): -14802385 or 3088926. OLE color: 3088926.

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

Color convert

RGB 30 34 47 -
CMYK 0.36 0.28 0 0.82
HSL 225.88º 0.22% 0.15% -
HSV(B) 225.88º 0.36% 0.18% -
XYZ 1.62 1.63 2.92 -
YUV 34.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 30 34 47 0.36 0.28 0 0.82 225.88 0.22 0.15
Hex 1E 22 2F 24 1C 0 52 E2 16 F
Octal 36 42 57 44 34 0 122 342 26 17
Binary 11110 100010 101111 100100 11100 0 1010010 11100010 10110 1111

Color Harmonies of #1E222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E222F

Black with #1E222F

Text Example


Text Example

White with #1E222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E222F;
 }
 .AnyTagClassName
 {
   color: #1E222F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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