Shades of Big Stone #2D424B
Tints of Big Stone #2D424B
RGB
CMYK
RGB Variations
Color information
#2D424B (or 0x2D424B) is known color: Big Stone. HEX triplet: 2D, 42 and 4B. RGB value is (45,66,75). Sum of RGB (Red+Green+Blue) = 45+66+75=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D424B is #D2BDB4. Grayscale: #3C3C3C. Windows color (decimal): -13811125 or 4932141. OLE color: 4932141.
HSL color Cylindrical-coordinate representation of color #2D424B: hue angle of 198º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D424B is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 66 | 75 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.71 |
| HSL | 198º | 0.25% | 0.24% | - |
| HSV(B) | 198º | 0.4% | 0.29% | - |
| XYZ | 4.3 | 4.96 | 7.39 | - |
| YUV | 60.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 75 | 0.40 | 0.12 | 0 | 0.71 | 198 | 0.25 | 0.24 |
| Hex | 2D | 42 | 4B | 28 | C | 0 | 47 | C6 | 19 | 18 |
| Octal | 55 | 102 | 113 | 50 | 14 | 0 | 107 | 306 | 31 | 30 |
| Binary | 101101 | 1000010 | 1001011 | 101000 | 1100 | 0 | 1000111 | 11000110 | 11001 | 11000 |
Color Harmonies of #2D424B
Complementary color
Monochromatic Colors of #2D424B
Black with #2D424B
Text Example
Text Example
White with #2D424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D424B; }
p { color: rgb(45,66,75); }
H1.HeaderClassName
{
color: #2D424B;
}
.AnyTagClassName
{
color: #2D424B;
}
</style>
background-color css
<style>
a { background-color: #2D424B; }
a { background-color: rgb(45,66,75); }
div.DivClassName
{
background-color: #2D424B;
}
.BgClassName
{
background-color: #2D424B;
}
</style>
border-color css
<style>
span { border-color: #2D424B; }
span { border-color: rgb(45,66,75); }
td.TdClassName
{
border-color: #2D424B;
}
.TagClassName
{
border-color: #2D424B;
}
</style>