Shades of Blue Charcoal #1E262F
Tints of Blue Charcoal #1E262F
RGB
CMYK
RGB Variations
Color information
#1E262F (or 0x1E262F) is known color: Blue Charcoal. HEX triplet: 1E, 26 and 2F. RGB value is (30,38,47). Sum of RGB (Red+Green+Blue) = 30+38+47=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E262F is #E1D9D0. Grayscale: #242424. Windows color (decimal): -14801361 or 3089950. OLE color: 3089950.
HSL color Cylindrical-coordinate representation of color #1E262F: hue angle of 211.76º 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 #1E262F is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 38 | 47 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.82 |
| HSL | 211.76º | 0.22% | 0.15% | - |
| HSV(B) | 211.76º | 0.36% | 0.18% | - |
| XYZ | 1.74 | 1.87 | 2.96 | - |
| YUV | 36.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 47 | 0.36 | 0.19 | 0 | 0.82 | 211.76 | 0.22 | 0.15 |
| Hex | 1E | 26 | 2F | 24 | 13 | 0 | 52 | D4 | 16 | F |
| Octal | 36 | 46 | 57 | 44 | 23 | 0 | 122 | 324 | 26 | 17 |
| Binary | 11110 | 100110 | 101111 | 100100 | 10011 | 0 | 1010010 | 11010100 | 10110 | 1111 |
Color Harmonies of #1E262F
Complementary color
Monochromatic Colors of #1E262F
Black with #1E262F
Text Example
Text Example
White with #1E262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E262F; }
p { color: rgb(30,38,47); }
H1.HeaderClassName
{
color: #1E262F;
}
.AnyTagClassName
{
color: #1E262F;
}
</style>
background-color css
<style>
a { background-color: #1E262F; }
a { background-color: rgb(30,38,47); }
div.DivClassName
{
background-color: #1E262F;
}
.BgClassName
{
background-color: #1E262F;
}
</style>
border-color css
<style>
span { border-color: #1E262F; }
span { border-color: rgb(30,38,47); }
td.TdClassName
{
border-color: #1E262F;
}
.TagClassName
{
border-color: #1E262F;
}
</style>