Shades of Black Rock #2F3040
Tints of Black Rock #2F3040
RGB
CMYK
RGB Variations
Color information
#2F3040 (or 0x2F3040) is known color: Black Rock. HEX triplet: 2F, 30 and 40. RGB value is (47,48,64). Sum of RGB (Red+Green+Blue) = 47+48+64=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3040 is #D0CFBF. Grayscale: #313131. Windows color (decimal): -13684672 or 4206639. OLE color: 4206639.
HSL color Cylindrical-coordinate representation of color #2F3040: hue angle of 236.47º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F3040 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 48 | 64 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.75 |
| HSL | 236.47º | 0.15% | 0.22% | - |
| HSV(B) | 236.47º | 0.27% | 0.25% | - |
| XYZ | 3.15 | 3.09 | 5.28 | - |
| YUV | 49.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 64 | 0.27 | 0.25 | 0 | 0.75 | 236.47 | 0.15 | 0.22 |
| Hex | 2F | 30 | 40 | 1B | 19 | 0 | 4B | EC | F | 16 |
| Octal | 57 | 60 | 100 | 33 | 31 | 0 | 113 | 354 | 17 | 26 |
| Binary | 101111 | 110000 | 1000000 | 11011 | 11001 | 0 | 1001011 | 11101100 | 1111 | 10110 |
Color Harmonies of #2F3040
Complementary color
Monochromatic Colors of #2F3040
Black with #2F3040
Text Example
Text Example
White with #2F3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3040; }
p { color: rgb(47,48,64); }
H1.HeaderClassName
{
color: #2F3040;
}
.AnyTagClassName
{
color: #2F3040;
}
</style>
background-color css
<style>
a { background-color: #2F3040; }
a { background-color: rgb(47,48,64); }
div.DivClassName
{
background-color: #2F3040;
}
.BgClassName
{
background-color: #2F3040;
}
</style>
border-color css
<style>
span { border-color: #2F3040; }
span { border-color: rgb(47,48,64); }
td.TdClassName
{
border-color: #2F3040;
}
.TagClassName
{
border-color: #2F3040;
}
</style>