Shades of Blue Charcoal #1D252E
Tints of Blue Charcoal #1D252E
RGB
CMYK
RGB Variations
Color information
#1D252E (or 0x1D252E) is known color: Blue Charcoal. HEX triplet: 1D, 25 and 2E. RGB value is (29,37,46). Sum of RGB (Red+Green+Blue) = 29+37+46=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D252E is #E2DAD1. Grayscale: #232323. Windows color (decimal): -14867154 or 3024157. OLE color: 3024157.
HSL color Cylindrical-coordinate representation of color #1D252E: hue angle of 211.76º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D252E is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 37 | 46 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.82 |
| HSL | 211.76º | 0.23% | 0.15% | - |
| HSV(B) | 211.76º | 0.37% | 0.18% | - |
| XYZ | 1.66 | 1.78 | 2.84 | - |
| YUV | 35.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 46 | 0.37 | 0.20 | 0 | 0.82 | 211.76 | 0.23 | 0.15 |
| Hex | 1D | 25 | 2E | 25 | 14 | 0 | 52 | D4 | 17 | F |
| Octal | 35 | 45 | 56 | 45 | 24 | 0 | 122 | 324 | 27 | 17 |
| Binary | 11101 | 100101 | 101110 | 100101 | 10100 | 0 | 1010010 | 11010100 | 10111 | 1111 |
Color Harmonies of #1D252E
Complementary color
Monochromatic Colors of #1D252E
Black with #1D252E
Text Example
Text Example
White with #1D252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D252E; }
p { color: rgb(29,37,46); }
H1.HeaderClassName
{
color: #1D252E;
}
.AnyTagClassName
{
color: #1D252E;
}
</style>
background-color css
<style>
a { background-color: #1D252E; }
a { background-color: rgb(29,37,46); }
div.DivClassName
{
background-color: #1D252E;
}
.BgClassName
{
background-color: #1D252E;
}
</style>
border-color css
<style>
span { border-color: #1D252E; }
span { border-color: rgb(29,37,46); }
td.TdClassName
{
border-color: #1D252E;
}
.TagClassName
{
border-color: #1D252E;
}
</style>