Shades of Black Rock #2F323F
Tints of Black Rock #2F323F
RGB
CMYK
RGB Variations
Color information
#2F323F (or 0x2F323F) is known color: Black Rock. HEX triplet: 2F, 32 and 3F. RGB value is (47,50,63). Sum of RGB (Red+Green+Blue) = 47+50+63=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F323F is #D0CDC0. Grayscale: #323232. Windows color (decimal): -13684161 or 4141615. OLE color: 4141615.
HSL color Cylindrical-coordinate representation of color #2F323F: hue angle of 228.75º 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 #2F323F is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 50 | 63 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.75 |
| HSL | 228.75º | 0.15% | 0.22% | - |
| HSV(B) | 228.75º | 0.25% | 0.25% | - |
| XYZ | 3.21 | 3.24 | 5.16 | - |
| YUV | 50.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 63 | 0.25 | 0.21 | 0 | 0.75 | 228.75 | 0.15 | 0.22 |
| Hex | 2F | 32 | 3F | 19 | 15 | 0 | 4B | E5 | F | 16 |
| Octal | 57 | 62 | 77 | 31 | 25 | 0 | 113 | 345 | 17 | 26 |
| Binary | 101111 | 110010 | 111111 | 11001 | 10101 | 0 | 1001011 | 11100101 | 1111 | 10110 |
Color Harmonies of #2F323F
Complementary color
Monochromatic Colors of #2F323F
Black with #2F323F
Text Example
Text Example
White with #2F323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F323F; }
p { color: rgb(47,50,63); }
H1.HeaderClassName
{
color: #2F323F;
}
.AnyTagClassName
{
color: #2F323F;
}
</style>
background-color css
<style>
a { background-color: #2F323F; }
a { background-color: rgb(47,50,63); }
div.DivClassName
{
background-color: #2F323F;
}
.BgClassName
{
background-color: #2F323F;
}
</style>
border-color css
<style>
span { border-color: #2F323F; }
span { border-color: rgb(47,50,63); }
td.TdClassName
{
border-color: #2F323F;
}
.TagClassName
{
border-color: #2F323F;
}
</style>