Shades of Black Rock #2F313F
Tints of Black Rock #2F313F
RGB
CMYK
RGB Variations
Color information
#2F313F (or 0x2F313F) is known color: Black Rock. HEX triplet: 2F, 31 and 3F. RGB value is (47,49,63). Sum of RGB (Red+Green+Blue) = 47+49+63=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F313F is #D0CEC0. Grayscale: #313131. Windows color (decimal): -13684417 or 4141359. OLE color: 4141359.
HSL color Cylindrical-coordinate representation of color #2F313F: hue angle of 232.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F313F is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 49 | 63 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.75 |
| HSL | 232.5º | 0.15% | 0.22% | - |
| HSV(B) | 232.5º | 0.25% | 0.25% | - |
| XYZ | 3.17 | 3.16 | 5.15 | - |
| YUV | 50 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 63 | 0.25 | 0.22 | 0 | 0.75 | 232.5 | 0.15 | 0.22 |
| Hex | 2F | 31 | 3F | 19 | 16 | 0 | 4B | E8 | F | 16 |
| Octal | 57 | 61 | 77 | 31 | 26 | 0 | 113 | 350 | 17 | 26 |
| Binary | 101111 | 110001 | 111111 | 11001 | 10110 | 0 | 1001011 | 11101000 | 1111 | 10110 |
Color Harmonies of #2F313F
Complementary color
Monochromatic Colors of #2F313F
Black with #2F313F
Text Example
Text Example
White with #2F313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F313F; }
p { color: rgb(47,49,63); }
H1.HeaderClassName
{
color: #2F313F;
}
.AnyTagClassName
{
color: #2F313F;
}
</style>
background-color css
<style>
a { background-color: #2F313F; }
a { background-color: rgb(47,49,63); }
div.DivClassName
{
background-color: #2F313F;
}
.BgClassName
{
background-color: #2F313F;
}
</style>
border-color css
<style>
span { border-color: #2F313F; }
span { border-color: rgb(47,49,63); }
td.TdClassName
{
border-color: #2F313F;
}
.TagClassName
{
border-color: #2F313F;
}
</style>