Shades of Black Rock #292B39
Tints of Black Rock #292B39
RGB
CMYK
RGB Variations
Color information
#292B39 (or 0x292B39) is known color: Black Rock. HEX triplet: 29, 2B and 39. RGB value is (41,43,57). Sum of RGB (Red+Green+Blue) = 41+43+57=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #292B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B39 is #D6D4C6. Grayscale: #2B2B2B. Windows color (decimal): -14079175 or 3746601. OLE color: 3746601.
HSL color Cylindrical-coordinate representation of color #292B39: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #292B39 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 43 | 57 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.78 |
| HSL | 232.5º | 0.16% | 0.19% | - |
| HSV(B) | 232.5º | 0.28% | 0.22% | - |
| XYZ | 2.52 | 2.49 | 4.22 | - |
| YUV | 44 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 57 | 0.28 | 0.25 | 0 | 0.78 | 232.5 | 0.16 | 0.19 |
| Hex | 29 | 2B | 39 | 1C | 19 | 0 | 4E | E8 | 10 | 13 |
| Octal | 51 | 53 | 71 | 34 | 31 | 0 | 116 | 350 | 20 | 23 |
| Binary | 101001 | 101011 | 111001 | 11100 | 11001 | 0 | 1001110 | 11101000 | 10000 | 10011 |
Color Harmonies of #292B39
Complementary color
Monochromatic Colors of #292B39
Black with #292B39
Text Example
Text Example
White with #292B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B39; }
p { color: rgb(41,43,57); }
H1.HeaderClassName
{
color: #292B39;
}
.AnyTagClassName
{
color: #292B39;
}
</style>
background-color css
<style>
a { background-color: #292B39; }
a { background-color: rgb(41,43,57); }
div.DivClassName
{
background-color: #292B39;
}
.BgClassName
{
background-color: #292B39;
}
</style>
border-color css
<style>
span { border-color: #292B39; }
span { border-color: rgb(41,43,57); }
td.TdClassName
{
border-color: #292B39;
}
.TagClassName
{
border-color: #292B39;
}
</style>