Shades of Big Stone #2C4348
Tints of Big Stone #2C4348
RGB
CMYK
RGB Variations
Color information
#2C4348 (or 0x2C4348) is known color: Big Stone. HEX triplet: 2C, 43 and 48. RGB value is (44,67,72). Sum of RGB (Red+Green+Blue) = 44+67+72=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C4348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4348 is #D3BCB7. Grayscale: #3C3C3C. Windows color (decimal): -13876408 or 4735788. OLE color: 4735788.
HSL color Cylindrical-coordinate representation of color #2C4348: hue angle of 190.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C4348 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 67 | 72 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.72 |
| HSL | 190.71º | 0.24% | 0.23% | - |
| HSV(B) | 190.71º | 0.39% | 0.28% | - |
| XYZ | 4.22 | 5.02 | 6.88 | - |
| YUV | 60.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 72 | 0.39 | 0.07 | 0 | 0.72 | 190.71 | 0.24 | 0.23 |
| Hex | 2C | 43 | 48 | 27 | 7 | 0 | 48 | BF | 18 | 17 |
| Octal | 54 | 103 | 110 | 47 | 7 | 0 | 110 | 277 | 30 | 27 |
| Binary | 101100 | 1000011 | 1001000 | 100111 | 111 | 0 | 1001000 | 10111111 | 11000 | 10111 |
Color Harmonies of #2C4348
Complementary color
Monochromatic Colors of #2C4348
Black with #2C4348
Text Example
Text Example
White with #2C4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4348; }
p { color: rgb(44,67,72); }
H1.HeaderClassName
{
color: #2C4348;
}
.AnyTagClassName
{
color: #2C4348;
}
</style>
background-color css
<style>
a { background-color: #2C4348; }
a { background-color: rgb(44,67,72); }
div.DivClassName
{
background-color: #2C4348;
}
.BgClassName
{
background-color: #2C4348;
}
</style>
border-color css
<style>
span { border-color: #2C4348; }
span { border-color: rgb(44,67,72); }
td.TdClassName
{
border-color: #2C4348;
}
.TagClassName
{
border-color: #2C4348;
}
</style>