Shades of Blue Charcoal #1D2631
Tints of Blue Charcoal #1D2631
RGB
CMYK
RGB Variations
Color information
#1D2631 (or 0x1D2631) is known color: Blue Charcoal. HEX triplet: 1D, 26 and 31. RGB value is (29,38,49). Sum of RGB (Red+Green+Blue) = 29+38+49=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2631 is #E2D9CE. Grayscale: #242424. Windows color (decimal): -14866895 or 3221021. OLE color: 3221021.
HSL color Cylindrical-coordinate representation of color #1D2631: hue angle of 213º 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 #1D2631 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 38 | 49 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.81 |
| HSL | 213º | 0.26% | 0.15% | - |
| HSV(B) | 213º | 0.41% | 0.19% | - |
| XYZ | 1.75 | 1.87 | 3.17 | - |
| YUV | 36.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 49 | 0.41 | 0.22 | 0 | 0.81 | 213 | 0.26 | 0.15 |
| Hex | 1D | 26 | 31 | 29 | 16 | 0 | 51 | D5 | 1A | F |
| Octal | 35 | 46 | 61 | 51 | 26 | 0 | 121 | 325 | 32 | 17 |
| Binary | 11101 | 100110 | 110001 | 101001 | 10110 | 0 | 1010001 | 11010101 | 11010 | 1111 |
Color Harmonies of #1D2631
Complementary color
Monochromatic Colors of #1D2631
Black with #1D2631
Text Example
Text Example
White with #1D2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2631; }
p { color: rgb(29,38,49); }
H1.HeaderClassName
{
color: #1D2631;
}
.AnyTagClassName
{
color: #1D2631;
}
</style>
background-color css
<style>
a { background-color: #1D2631; }
a { background-color: rgb(29,38,49); }
div.DivClassName
{
background-color: #1D2631;
}
.BgClassName
{
background-color: #1D2631;
}
</style>
border-color css
<style>
span { border-color: #1D2631; }
span { border-color: rgb(29,38,49); }
td.TdClassName
{
border-color: #1D2631;
}
.TagClassName
{
border-color: #1D2631;
}
</style>