Shades of Cinder #1D2831
Tints of Cinder #1D2831
RGB
CMYK
RGB Variations
Color information
#1D2831 (or 0x1D2831) is known color: Cinder. HEX triplet: 1D, 28 and 31. RGB value is (29,40,49). Sum of RGB (Red+Green+Blue) = 29+40+49=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2831 is #E2D7CE. Grayscale: #252525. Windows color (decimal): -14866383 or 3221533. OLE color: 3221533.
HSL color Cylindrical-coordinate representation of color #1D2831: hue angle of 207º 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 #1D2831 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 40 | 49 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.81 |
| HSL | 207º | 0.26% | 0.15% | - |
| HSV(B) | 207º | 0.41% | 0.19% | - |
| XYZ | 1.82 | 2 | 3.2 | - |
| YUV | 37.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 49 | 0.41 | 0.18 | 0 | 0.81 | 207 | 0.26 | 0.15 |
| Hex | 1D | 28 | 31 | 29 | 12 | 0 | 51 | CF | 1A | F |
| Octal | 35 | 50 | 61 | 51 | 22 | 0 | 121 | 317 | 32 | 17 |
| Binary | 11101 | 101000 | 110001 | 101001 | 10010 | 0 | 1010001 | 11001111 | 11010 | 1111 |
Color Harmonies of #1D2831
Complementary color
Monochromatic Colors of #1D2831
Black with #1D2831
Text Example
Text Example
White with #1D2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2831; }
p { color: rgb(29,40,49); }
H1.HeaderClassName
{
color: #1D2831;
}
.AnyTagClassName
{
color: #1D2831;
}
</style>
background-color css
<style>
a { background-color: #1D2831; }
a { background-color: rgb(29,40,49); }
div.DivClassName
{
background-color: #1D2831;
}
.BgClassName
{
background-color: #1D2831;
}
</style>
border-color css
<style>
span { border-color: #1D2831; }
span { border-color: rgb(29,40,49); }
td.TdClassName
{
border-color: #1D2831;
}
.TagClassName
{
border-color: #1D2831;
}
</style>