Shades of Big Stone #2C4049
Tints of Big Stone #2C4049
RGB
CMYK
RGB Variations
Color information
#2C4049 (or 0x2C4049) is known color: Big Stone. HEX triplet: 2C, 40 and 49. RGB value is (44,64,73). Sum of RGB (Red+Green+Blue) = 44+64+73=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C4049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4049 is #D3BFB6. Grayscale: #3A3A3A. Windows color (decimal): -13877175 or 4800556. OLE color: 4800556.
HSL color Cylindrical-coordinate representation of color #2C4049: hue angle of 198.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C4049 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 64 | 73 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.71 |
| HSL | 198.62º | 0.25% | 0.23% | - |
| HSV(B) | 198.62º | 0.4% | 0.29% | - |
| XYZ | 4.07 | 4.68 | 6.99 | - |
| YUV | 59.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 73 | 0.40 | 0.12 | 0 | 0.71 | 198.62 | 0.25 | 0.23 |
| Hex | 2C | 40 | 49 | 28 | C | 0 | 47 | C7 | 19 | 17 |
| Octal | 54 | 100 | 111 | 50 | 14 | 0 | 107 | 307 | 31 | 27 |
| Binary | 101100 | 1000000 | 1001001 | 101000 | 1100 | 0 | 1000111 | 11000111 | 11001 | 10111 |
Color Harmonies of #2C4049
Complementary color
Monochromatic Colors of #2C4049
Black with #2C4049
Text Example
Text Example
White with #2C4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4049; }
p { color: rgb(44,64,73); }
H1.HeaderClassName
{
color: #2C4049;
}
.AnyTagClassName
{
color: #2C4049;
}
</style>
background-color css
<style>
a { background-color: #2C4049; }
a { background-color: rgb(44,64,73); }
div.DivClassName
{
background-color: #2C4049;
}
.BgClassName
{
background-color: #2C4049;
}
</style>
border-color css
<style>
span { border-color: #2C4049; }
span { border-color: rgb(44,64,73); }
td.TdClassName
{
border-color: #2C4049;
}
.TagClassName
{
border-color: #2C4049;
}
</style>