Shades of Blue Charcoal #292D30
Tints of Blue Charcoal #292D30
RGB
CMYK
RGB Variations
Color information
#292D30 (or 0x292D30) is known color: Blue Charcoal. HEX triplet: 29, 2D and 30. RGB value is (41,45,48). Sum of RGB (Red+Green+Blue) = 41+45+48=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 48 - color contains mainly: blue. Hex color #292D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D30 is #D6D2CF. Grayscale: #2C2C2C. Windows color (decimal): -14078672 or 3157289. OLE color: 3157289.
HSL color Cylindrical-coordinate representation of color #292D30: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292D30 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 45 | 48 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.81 |
| HSL | 205.71º | 0.08% | 0.17% | - |
| HSV(B) | 205.71º | 0.15% | 0.19% | - |
| XYZ | 2.39 | 2.56 | 3.16 | - |
| YUV | 44.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 48 | 0.15 | 0.06 | 0 | 0.81 | 205.71 | 0.08 | 0.17 |
| Hex | 29 | 2D | 30 | F | 6 | 0 | 51 | CE | 8 | 11 |
| Octal | 51 | 55 | 60 | 17 | 6 | 0 | 121 | 316 | 10 | 21 |
| Binary | 101001 | 101101 | 110000 | 1111 | 110 | 0 | 1010001 | 11001110 | 1000 | 10001 |
Color Harmonies of #292D30
Complementary color
Monochromatic Colors of #292D30
Black with #292D30
Text Example
Text Example
White with #292D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D30; }
p { color: rgb(41,45,48); }
H1.HeaderClassName
{
color: #292D30;
}
.AnyTagClassName
{
color: #292D30;
}
</style>
background-color css
<style>
a { background-color: #292D30; }
a { background-color: rgb(41,45,48); }
div.DivClassName
{
background-color: #292D30;
}
.BgClassName
{
background-color: #292D30;
}
</style>
border-color css
<style>
span { border-color: #292D30; }
span { border-color: rgb(41,45,48); }
td.TdClassName
{
border-color: #292D30;
}
.TagClassName
{
border-color: #292D30;
}
</style>