Shades of Blue Charcoal #1D2731
Tints of Blue Charcoal #1D2731
RGB
CMYK
RGB Variations
Color information
#1D2731 (or 0x1D2731) is known color: Blue Charcoal. HEX triplet: 1D, 27 and 31. RGB value is (29,39,49). Sum of RGB (Red+Green+Blue) = 29+39+49=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2731 is #E2D8CE. Grayscale: #252525. Windows color (decimal): -14866639 or 3221277. OLE color: 3221277.
HSL color Cylindrical-coordinate representation of color #1D2731: hue angle of 210º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2731 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 39 | 49 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.81 |
| HSL | 210º | 0.26% | 0.15% | - |
| HSV(B) | 210º | 0.41% | 0.19% | - |
| XYZ | 1.79 | 1.93 | 3.18 | - |
| YUV | 37.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 49 | 0.41 | 0.20 | 0 | 0.81 | 210 | 0.26 | 0.15 |
| Hex | 1D | 27 | 31 | 29 | 14 | 0 | 51 | D2 | 1A | F |
| Octal | 35 | 47 | 61 | 51 | 24 | 0 | 121 | 322 | 32 | 17 |
| Binary | 11101 | 100111 | 110001 | 101001 | 10100 | 0 | 1010001 | 11010010 | 11010 | 1111 |
Color Harmonies of #1D2731
Complementary color
Monochromatic Colors of #1D2731
Black with #1D2731
Text Example
Text Example
White with #1D2731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2731; }
p { color: rgb(29,39,49); }
H1.HeaderClassName
{
color: #1D2731;
}
.AnyTagClassName
{
color: #1D2731;
}
</style>
background-color css
<style>
a { background-color: #1D2731; }
a { background-color: rgb(29,39,49); }
div.DivClassName
{
background-color: #1D2731;
}
.BgClassName
{
background-color: #1D2731;
}
</style>
border-color css
<style>
span { border-color: #1D2731; }
span { border-color: rgb(29,39,49); }
td.TdClassName
{
border-color: #1D2731;
}
.TagClassName
{
border-color: #1D2731;
}
</style>