Html Css Color HEX #1E2227 Blue Charcoal

📋 copy color: '#1E2227'

red 30 ◦ green 34 ◦ blue 39

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

Shades of Blue Charcoal #1E2227

Tints of Blue Charcoal #1E2227

RGB

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

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

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

R = 29.13%
G = 33.01%
B = 37.86%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E2227 (or 0x1E2227) is known color: Blue Charcoal. HEX triplet: 1E, 22 and 27. RGB value is (30,34,39). Sum of RGB (Red+Green+Blue) = 30+34+39=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E2227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2227 is #E1DDD8. Grayscale: #212121. Windows color (decimal): -14802393 or 2564638. OLE color: 2564638.

HSL color Cylindrical-coordinate representation of color #1E2227: hue angle of 213.33º 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 #1E2227 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 34 39 -
CMYK 0.23 0.13 0 0.85
HSL 213.33º 0.13% 0.14% -
HSV(B) 213.33º 0.23% 0.15% -
XYZ 1.47 1.57 2.14 -
YUV 33.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 30 34 39 0.23 0.13 0 0.85 213.33 0.13 0.14
Hex 1E 22 27 17 D 0 55 D5 D E
Octal 36 42 47 27 15 0 125 325 15 16
Binary 11110 100010 100111 10111 1101 0 1010101 11010101 1101 1110

Color Harmonies of #1E2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2227

Black with #1E2227

Text Example


Text Example

White with #1E2227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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