Shades of Big Stone #33474B
Tints of Big Stone #33474B
RGB
CMYK
RGB Variations
Color information
#33474B (or 0x33474B) is known color: Big Stone. HEX triplet: 33, 47 and 4B. RGB value is (51,71,75). Sum of RGB (Red+Green+Blue) = 51+71+75=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #33474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33474B is #CCB8B4. Grayscale: #414141. Windows color (decimal): -13416629 or 4933427. OLE color: 4933427.
HSL color Cylindrical-coordinate representation of color #33474B: hue angle of 190º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33474B is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 71 | 75 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.71 |
| HSL | 190º | 0.19% | 0.25% | - |
| HSV(B) | 190º | 0.32% | 0.29% | - |
| XYZ | 4.89 | 5.72 | 7.5 | - |
| YUV | 65.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 75 | 0.32 | 0.05 | 0 | 0.71 | 190 | 0.19 | 0.25 |
| Hex | 33 | 47 | 4B | 20 | 5 | 0 | 47 | BE | 13 | 19 |
| Octal | 63 | 107 | 113 | 40 | 5 | 0 | 107 | 276 | 23 | 31 |
| Binary | 110011 | 1000111 | 1001011 | 100000 | 101 | 0 | 1000111 | 10111110 | 10011 | 11001 |
Color Harmonies of #33474B
Complementary color
Monochromatic Colors of #33474B
Black with #33474B
Text Example
Text Example
White with #33474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33474B; }
p { color: rgb(51,71,75); }
H1.HeaderClassName
{
color: #33474B;
}
.AnyTagClassName
{
color: #33474B;
}
</style>
background-color css
<style>
a { background-color: #33474B; }
a { background-color: rgb(51,71,75); }
div.DivClassName
{
background-color: #33474B;
}
.BgClassName
{
background-color: #33474B;
}
</style>
border-color css
<style>
span { border-color: #33474B; }
span { border-color: rgb(51,71,75); }
td.TdClassName
{
border-color: #33474B;
}
.TagClassName
{
border-color: #33474B;
}
</style>