Shades of Blue Charcoal #1D252D
Tints of Blue Charcoal #1D252D
RGB
CMYK
RGB Variations
Color information
#1D252D (or 0x1D252D) is known color: Blue Charcoal. HEX triplet: 1D, 25 and 2D. RGB value is (29,37,45). Sum of RGB (Red+Green+Blue) = 29+37+45=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D252D is #E2DAD2. Grayscale: #232323. Windows color (decimal): -14867155 or 2958621. OLE color: 2958621.
HSL color Cylindrical-coordinate representation of color #1D252D: hue angle of 210º 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 #1D252D is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 37 | 45 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.82 |
| HSL | 210º | 0.22% | 0.15% | - |
| HSV(B) | 210º | 0.36% | 0.18% | - |
| XYZ | 1.64 | 1.77 | 2.74 | - |
| YUV | 35.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 45 | 0.36 | 0.18 | 0 | 0.82 | 210 | 0.22 | 0.15 |
| Hex | 1D | 25 | 2D | 24 | 12 | 0 | 52 | D2 | 16 | F |
| Octal | 35 | 45 | 55 | 44 | 22 | 0 | 122 | 322 | 26 | 17 |
| Binary | 11101 | 100101 | 101101 | 100100 | 10010 | 0 | 1010010 | 11010010 | 10110 | 1111 |
Color Harmonies of #1D252D
Complementary color
Monochromatic Colors of #1D252D
Black with #1D252D
Text Example
Text Example
White with #1D252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D252D; }
p { color: rgb(29,37,45); }
H1.HeaderClassName
{
color: #1D252D;
}
.AnyTagClassName
{
color: #1D252D;
}
</style>
background-color css
<style>
a { background-color: #1D252D; }
a { background-color: rgb(29,37,45); }
div.DivClassName
{
background-color: #1D252D;
}
.BgClassName
{
background-color: #1D252D;
}
</style>
border-color css
<style>
span { border-color: #1D252D; }
span { border-color: rgb(29,37,45); }
td.TdClassName
{
border-color: #1D252D;
}
.TagClassName
{
border-color: #1D252D;
}
</style>