Shades of Blue Charcoal #1E2831
Tints of Blue Charcoal #1E2831
RGB
CMYK
RGB Variations
Color information
#1E2831 (or 0x1E2831) is known color: Blue Charcoal. HEX triplet: 1E, 28 and 31. RGB value is (30,40,49). Sum of RGB (Red+Green+Blue) = 30+40+49=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2831 is #E1D7CE. Grayscale: #252525. Windows color (decimal): -14800847 or 3221534. OLE color: 3221534.
HSL color Cylindrical-coordinate representation of color #1E2831: hue angle of 208.42º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2831 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 40 | 49 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.81 |
| HSL | 208.42º | 0.24% | 0.15% | - |
| HSV(B) | 208.42º | 0.39% | 0.19% | - |
| XYZ | 1.85 | 2.02 | 3.2 | - |
| YUV | 38.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 49 | 0.39 | 0.18 | 0 | 0.81 | 208.42 | 0.24 | 0.15 |
| Hex | 1E | 28 | 31 | 27 | 12 | 0 | 51 | D0 | 18 | F |
| Octal | 36 | 50 | 61 | 47 | 22 | 0 | 121 | 320 | 30 | 17 |
| Binary | 11110 | 101000 | 110001 | 100111 | 10010 | 0 | 1010001 | 11010000 | 11000 | 1111 |
Color Harmonies of #1E2831
Complementary color
Monochromatic Colors of #1E2831
Black with #1E2831
Text Example
Text Example
White with #1E2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2831; }
p { color: rgb(30,40,49); }
H1.HeaderClassName
{
color: #1E2831;
}
.AnyTagClassName
{
color: #1E2831;
}
</style>
background-color css
<style>
a { background-color: #1E2831; }
a { background-color: rgb(30,40,49); }
div.DivClassName
{
background-color: #1E2831;
}
.BgClassName
{
background-color: #1E2831;
}
</style>
border-color css
<style>
span { border-color: #1E2831; }
span { border-color: rgb(30,40,49); }
td.TdClassName
{
border-color: #1E2831;
}
.TagClassName
{
border-color: #1E2831;
}
</style>