Shades of Big Stone #2F424D
Tints of Big Stone #2F424D
RGB
CMYK
RGB Variations
Color information
#2F424D (or 0x2F424D) is known color: Big Stone. HEX triplet: 2F, 42 and 4D. RGB value is (47,66,77). Sum of RGB (Red+Green+Blue) = 47+66+77=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F424D is #D0BDB2. Grayscale: #3D3D3D. Windows color (decimal): -13680051 or 5063215. OLE color: 5063215.
HSL color Cylindrical-coordinate representation of color #2F424D: hue angle of 202º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F424D is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 66 | 77 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.70 |
| HSL | 202º | 0.24% | 0.24% | - |
| HSV(B) | 202º | 0.39% | 0.3% | - |
| XYZ | 4.46 | 5.04 | 7.76 | - |
| YUV | 61.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 77 | 0.39 | 0.14 | 0 | 0.70 | 202 | 0.24 | 0.24 |
| Hex | 2F | 42 | 4D | 27 | E | 0 | 46 | CA | 18 | 18 |
| Octal | 57 | 102 | 115 | 47 | 16 | 0 | 106 | 312 | 30 | 30 |
| Binary | 101111 | 1000010 | 1001101 | 100111 | 1110 | 0 | 1000110 | 11001010 | 11000 | 11000 |
Color Harmonies of #2F424D
Complementary color
Monochromatic Colors of #2F424D
Black with #2F424D
Text Example
Text Example
White with #2F424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F424D; }
p { color: rgb(47,66,77); }
H1.HeaderClassName
{
color: #2F424D;
}
.AnyTagClassName
{
color: #2F424D;
}
</style>
background-color css
<style>
a { background-color: #2F424D; }
a { background-color: rgb(47,66,77); }
div.DivClassName
{
background-color: #2F424D;
}
.BgClassName
{
background-color: #2F424D;
}
</style>
border-color css
<style>
span { border-color: #2F424D; }
span { border-color: rgb(47,66,77); }
td.TdClassName
{
border-color: #2F424D;
}
.TagClassName
{
border-color: #2F424D;
}
</style>