Shades of Black Rock #2F3037
Tints of Black Rock #2F3037
RGB
CMYK
RGB Variations
Color information
#2F3037 (or 0x2F3037) is known color: Black Rock. HEX triplet: 2F, 30 and 37. RGB value is (47,48,55). Sum of RGB (Red+Green+Blue) = 47+48+55=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3037 is #D0CFC8. Grayscale: #303030. Windows color (decimal): -13684681 or 3616815. OLE color: 3616815.
HSL color Cylindrical-coordinate representation of color #2F3037: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F3037 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 48 | 55 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.78 |
| HSL | 232.5º | 0.08% | 0.2% | - |
| HSV(B) | 232.5º | 0.15% | 0.22% | - |
| XYZ | 2.92 | 2.99 | 4.04 | - |
| YUV | 48.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 55 | 0.15 | 0.13 | 0 | 0.78 | 232.5 | 0.08 | 0.2 |
| Hex | 2F | 30 | 37 | F | D | 0 | 4E | E8 | 8 | 14 |
| Octal | 57 | 60 | 67 | 17 | 15 | 0 | 116 | 350 | 10 | 24 |
| Binary | 101111 | 110000 | 110111 | 1111 | 1101 | 0 | 1001110 | 11101000 | 1000 | 10100 |
Color Harmonies of #2F3037
Complementary color
Monochromatic Colors of #2F3037
Black with #2F3037
Text Example
Text Example
White with #2F3037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3037; }
p { color: rgb(47,48,55); }
H1.HeaderClassName
{
color: #2F3037;
}
.AnyTagClassName
{
color: #2F3037;
}
</style>
background-color css
<style>
a { background-color: #2F3037; }
a { background-color: rgb(47,48,55); }
div.DivClassName
{
background-color: #2F3037;
}
.BgClassName
{
background-color: #2F3037;
}
</style>
border-color css
<style>
span { border-color: #2F3037; }
span { border-color: rgb(47,48,55); }
td.TdClassName
{
border-color: #2F3037;
}
.TagClassName
{
border-color: #2F3037;
}
</style>