Html Css Color HEX #1E2027 Black Russian

📋 copy color: '#1E2027'

red 30 ◦ green 32 ◦ blue 39

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

Shades of Black Russian #1E2027

Tints of Black Russian #1E2027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

 BLUE value IS 39 (15.63% from 255) = 38.61%

R = 29.7%
G = 31.68%
B = 38.61%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E2027 (or 0x1E2027) is known color: Black Russian. HEX triplet: 1E, 20 and 27. RGB value is (30,32,39). Sum of RGB (Red+Green+Blue) = 30+32+39=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E2027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2027 is #E1DFD8. Grayscale: #202020. Windows color (decimal): -14802905 or 2564126. OLE color: 2564126.

HSL color Cylindrical-coordinate representation of color #1E2027: hue angle of 226.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E2027 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 32 39 -
CMYK 0.23 0.18 0 0.85
HSL 226.67º 0.13% 0.14% -
HSV(B) 226.67º 0.23% 0.15% -
XYZ 1.42 1.46 2.13 -
YUV 32.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 30 32 39 0.23 0.18 0 0.85 226.67 0.13 0.14
Hex 1E 20 27 17 12 0 55 E3 D E
Octal 36 40 47 27 22 0 125 343 15 16
Binary 11110 100000 100111 10111 10010 0 1010101 11100011 1101 1110

Color Harmonies of #1E2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2027

Black with #1E2027

Text Example


Text Example

White with #1E2027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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