Shades of Black Rock #292D40
Tints of Black Rock #292D40
RGB
CMYK
RGB Variations
Color information
#292D40 (or 0x292D40) is known color: Black Rock. HEX triplet: 29, 2D and 40. RGB value is (41,45,64). Sum of RGB (Red+Green+Blue) = 41+45+64=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #292D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D40 is #D6D2BF. Grayscale: #2D2D2D. Windows color (decimal): -14078656 or 4205865. OLE color: 4205865.
HSL color Cylindrical-coordinate representation of color #292D40: hue angle of 229.57º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #292D40 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 45 | 64 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.75 |
| HSL | 229.57º | 0.22% | 0.21% | - |
| HSV(B) | 229.57º | 0.36% | 0.25% | - |
| XYZ | 2.78 | 2.72 | 5.23 | - |
| YUV | 45.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 64 | 0.36 | 0.30 | 0 | 0.75 | 229.57 | 0.22 | 0.21 |
| Hex | 29 | 2D | 40 | 24 | 1E | 0 | 4B | E6 | 16 | 15 |
| Octal | 51 | 55 | 100 | 44 | 36 | 0 | 113 | 346 | 26 | 25 |
| Binary | 101001 | 101101 | 1000000 | 100100 | 11110 | 0 | 1001011 | 11100110 | 10110 | 10101 |
Color Harmonies of #292D40
Complementary color
Monochromatic Colors of #292D40
Black with #292D40
Text Example
Text Example
White with #292D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D40; }
p { color: rgb(41,45,64); }
H1.HeaderClassName
{
color: #292D40;
}
.AnyTagClassName
{
color: #292D40;
}
</style>
background-color css
<style>
a { background-color: #292D40; }
a { background-color: rgb(41,45,64); }
div.DivClassName
{
background-color: #292D40;
}
.BgClassName
{
background-color: #292D40;
}
</style>
border-color css
<style>
span { border-color: #292D40; }
span { border-color: rgb(41,45,64); }
td.TdClassName
{
border-color: #292D40;
}
.TagClassName
{
border-color: #292D40;
}
</style>