Shades of Blue Charcoal #1E2227
Tints of Blue Charcoal #1E2227
RGB
CMYK
RGB Variations
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
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>