Shades of Dark Slate Grey #304C4B
Tints of Dark Slate Grey #304C4B
RGB
CMYK
RGB Variations
Color information
#304C4B (or 0x304C4B) is known color: Dark Slate Grey. HEX triplet: 30, 4C and 4B. RGB value is (48,76,75). Sum of RGB (Red+Green+Blue) = 48+76+75=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #304C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C4B is #CFB3B4. Grayscale: #434343. Windows color (decimal): -13611957 or 4934704. OLE color: 4934704.
HSL color Cylindrical-coordinate representation of color #304C4B: hue angle of 177.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C4B is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 75 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.70 |
| HSL | 177.86º | 0.23% | 0.24% | - |
| HSV(B) | 177.86º | 0.37% | 0.3% | - |
| XYZ | 5.07 | 6.31 | 7.61 | - |
| YUV | 67.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 75 | 0.37 | 0 | 0.01 | 0.70 | 177.86 | 0.23 | 0.24 |
| Hex | 30 | 4C | 4B | 25 | 0 | 1 | 46 | B2 | 17 | 18 |
| Octal | 60 | 114 | 113 | 45 | 0 | 1 | 106 | 262 | 27 | 30 |
| Binary | 110000 | 1001100 | 1001011 | 100101 | 0 | 1 | 1000110 | 10110010 | 10111 | 11000 |
Color Harmonies of #304C4B
Complementary color
Monochromatic Colors of #304C4B
Black with #304C4B
Text Example
Text Example
White with #304C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C4B; }
p { color: rgb(48,76,75); }
H1.HeaderClassName
{
color: #304C4B;
}
.AnyTagClassName
{
color: #304C4B;
}
</style>
background-color css
<style>
a { background-color: #304C4B; }
a { background-color: rgb(48,76,75); }
div.DivClassName
{
background-color: #304C4B;
}
.BgClassName
{
background-color: #304C4B;
}
</style>
border-color css
<style>
span { border-color: #304C4B; }
span { border-color: rgb(48,76,75); }
td.TdClassName
{
border-color: #304C4B;
}
.TagClassName
{
border-color: #304C4B;
}
</style>