Shades of Black Rock #2F3241
Tints of Black Rock #2F3241
RGB
CMYK
RGB Variations
Color information
#2F3241 (or 0x2F3241) is known color: Black Rock. HEX triplet: 2F, 32 and 41. RGB value is (47,50,65). Sum of RGB (Red+Green+Blue) = 47+50+65=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3241 is #D0CDBE. Grayscale: #323232. Windows color (decimal): -13684159 or 4272687. OLE color: 4272687.
HSL color Cylindrical-coordinate representation of color #2F3241: hue angle of 230º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F3241 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 50 | 65 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.75 |
| HSL | 230º | 0.16% | 0.22% | - |
| HSV(B) | 230º | 0.28% | 0.25% | - |
| XYZ | 3.27 | 3.27 | 5.46 | - |
| YUV | 50.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 65 | 0.28 | 0.23 | 0 | 0.75 | 230 | 0.16 | 0.22 |
| Hex | 2F | 32 | 41 | 1C | 17 | 0 | 4B | E6 | 10 | 16 |
| Octal | 57 | 62 | 101 | 34 | 27 | 0 | 113 | 346 | 20 | 26 |
| Binary | 101111 | 110010 | 1000001 | 11100 | 10111 | 0 | 1001011 | 11100110 | 10000 | 10110 |
Color Harmonies of #2F3241
Complementary color
Monochromatic Colors of #2F3241
Black with #2F3241
Text Example
Text Example
White with #2F3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3241; }
p { color: rgb(47,50,65); }
H1.HeaderClassName
{
color: #2F3241;
}
.AnyTagClassName
{
color: #2F3241;
}
</style>
background-color css
<style>
a { background-color: #2F3241; }
a { background-color: rgb(47,50,65); }
div.DivClassName
{
background-color: #2F3241;
}
.BgClassName
{
background-color: #2F3241;
}
</style>
border-color css
<style>
span { border-color: #2F3241; }
span { border-color: rgb(47,50,65); }
td.TdClassName
{
border-color: #2F3241;
}
.TagClassName
{
border-color: #2F3241;
}
</style>