Shades of Black Rock #292D41
Tints of Black Rock #292D41
RGB
CMYK
RGB Variations
Color information
#292D41 (or 0x292D41) is known color: Black Rock. HEX triplet: 29, 2D and 41. RGB value is (41,45,65). Sum of RGB (Red+Green+Blue) = 41+45+65=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #292D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D41 is #D6D2BE. Grayscale: #2D2D2D. Windows color (decimal): -14078655 or 4271401. OLE color: 4271401.
HSL color Cylindrical-coordinate representation of color #292D41: hue angle of 230º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #292D41 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 45 | 65 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.75 |
| HSL | 230º | 0.23% | 0.21% | - |
| HSV(B) | 230º | 0.37% | 0.25% | - |
| XYZ | 2.81 | 2.73 | 5.38 | - |
| YUV | 46.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 65 | 0.37 | 0.31 | 0 | 0.75 | 230 | 0.23 | 0.21 |
| Hex | 29 | 2D | 41 | 25 | 1F | 0 | 4B | E6 | 17 | 15 |
| Octal | 51 | 55 | 101 | 45 | 37 | 0 | 113 | 346 | 27 | 25 |
| Binary | 101001 | 101101 | 1000001 | 100101 | 11111 | 0 | 1001011 | 11100110 | 10111 | 10101 |
Color Harmonies of #292D41
Complementary color
Monochromatic Colors of #292D41
Black with #292D41
Text Example
Text Example
White with #292D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D41; }
p { color: rgb(41,45,65); }
H1.HeaderClassName
{
color: #292D41;
}
.AnyTagClassName
{
color: #292D41;
}
</style>
background-color css
<style>
a { background-color: #292D41; }
a { background-color: rgb(41,45,65); }
div.DivClassName
{
background-color: #292D41;
}
.BgClassName
{
background-color: #292D41;
}
</style>
border-color css
<style>
span { border-color: #292D41; }
span { border-color: rgb(41,45,65); }
td.TdClassName
{
border-color: #292D41;
}
.TagClassName
{
border-color: #292D41;
}
</style>