Shades of Black Rock #2F3240
Tints of Black Rock #2F3240
RGB
CMYK
RGB Variations
Color information
#2F3240 (or 0x2F3240) is known color: Black Rock. HEX triplet: 2F, 32 and 40. RGB value is (47,50,64). Sum of RGB (Red+Green+Blue) = 47+50+64=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3240 is #D0CDBF. Grayscale: #323232. Windows color (decimal): -13684160 or 4207151. OLE color: 4207151.
HSL color Cylindrical-coordinate representation of color #2F3240: hue angle of 229.41º 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 #2F3240 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 50 | 64 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.75 |
| HSL | 229.41º | 0.15% | 0.22% | - |
| HSV(B) | 229.41º | 0.27% | 0.25% | - |
| XYZ | 3.24 | 3.26 | 5.31 | - |
| YUV | 50.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 64 | 0.27 | 0.22 | 0 | 0.75 | 229.41 | 0.15 | 0.22 |
| Hex | 2F | 32 | 40 | 1B | 16 | 0 | 4B | E5 | F | 16 |
| Octal | 57 | 62 | 100 | 33 | 26 | 0 | 113 | 345 | 17 | 26 |
| Binary | 101111 | 110010 | 1000000 | 11011 | 10110 | 0 | 1001011 | 11100101 | 1111 | 10110 |
Color Harmonies of #2F3240
Complementary color
Monochromatic Colors of #2F3240
Black with #2F3240
Text Example
Text Example
White with #2F3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3240; }
p { color: rgb(47,50,64); }
H1.HeaderClassName
{
color: #2F3240;
}
.AnyTagClassName
{
color: #2F3240;
}
</style>
background-color css
<style>
a { background-color: #2F3240; }
a { background-color: rgb(47,50,64); }
div.DivClassName
{
background-color: #2F3240;
}
.BgClassName
{
background-color: #2F3240;
}
</style>
border-color css
<style>
span { border-color: #2F3240; }
span { border-color: rgb(47,50,64); }
td.TdClassName
{
border-color: #2F3240;
}
.TagClassName
{
border-color: #2F3240;
}
</style>