Shades of Cinder #292C2D
Tints of Cinder #292C2D
RGB
CMYK
RGB Variations
Color information
#292C2D (or 0x292C2D) is known color: Cinder. HEX triplet: 29, 2C and 2D. RGB value is (41,44,45). Sum of RGB (Red+Green+Blue) = 41+44+45=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 45 - color contains mainly: blue. Hex color #292C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C2D is #D6D3D2. Grayscale: #2B2B2B. Windows color (decimal): -14078931 or 2960425. OLE color: 2960425.
HSL color Cylindrical-coordinate representation of color #292C2D: hue angle of 195º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #292C2D is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 44 | 45 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.82 |
| HSL | 195º | 0.05% | 0.17% | - |
| HSV(B) | 195º | 0.09% | 0.18% | - |
| XYZ | 2.29 | 2.46 | 2.84 | - |
| YUV | 43.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 45 | 0.09 | 0.02 | 0 | 0.82 | 195 | 0.05 | 0.17 |
| Hex | 29 | 2C | 2D | 9 | 2 | 0 | 52 | C3 | 5 | 11 |
| Octal | 51 | 54 | 55 | 11 | 2 | 0 | 122 | 303 | 5 | 21 |
| Binary | 101001 | 101100 | 101101 | 1001 | 10 | 0 | 1010010 | 11000011 | 101 | 10001 |
Color Harmonies of #292C2D
Complementary color
Monochromatic Colors of #292C2D
Black with #292C2D
Text Example
Text Example
White with #292C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C2D; }
p { color: rgb(41,44,45); }
H1.HeaderClassName
{
color: #292C2D;
}
.AnyTagClassName
{
color: #292C2D;
}
</style>
background-color css
<style>
a { background-color: #292C2D; }
a { background-color: rgb(41,44,45); }
div.DivClassName
{
background-color: #292C2D;
}
.BgClassName
{
background-color: #292C2D;
}
</style>
border-color css
<style>
span { border-color: #292C2D; }
span { border-color: rgb(41,44,45); }
td.TdClassName
{
border-color: #292C2D;
}
.TagClassName
{
border-color: #292C2D;
}
</style>