Shades of Dark Slate Grey #304F50
Tints of Dark Slate Grey #304F50
RGB
CMYK
RGB Variations
Color information
#304F50 (or 0x304F50) is known color: Dark Slate Grey. HEX triplet: 30, 4F and 50. RGB value is (48,79,80). Sum of RGB (Red+Green+Blue) = 48+79+80=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #304F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F50 is #CFB0AF. Grayscale: #454545. Windows color (decimal): -13611184 or 5263152. OLE color: 5263152.
HSL color Cylindrical-coordinate representation of color #304F50: hue angle of 181.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304F50 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 80 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.69 |
| HSL | 181.88º | 0.25% | 0.25% | - |
| HSV(B) | 181.88º | 0.4% | 0.31% | - |
| XYZ | 5.46 | 6.8 | 8.61 | - |
| YUV | 69.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 80 | 0.40 | 0.01 | 0 | 0.69 | 181.88 | 0.25 | 0.25 |
| Hex | 30 | 4F | 50 | 28 | 1 | 0 | 45 | B6 | 19 | 19 |
| Octal | 60 | 117 | 120 | 50 | 1 | 0 | 105 | 266 | 31 | 31 |
| Binary | 110000 | 1001111 | 1010000 | 101000 | 1 | 0 | 1000101 | 10110110 | 11001 | 11001 |
Color Harmonies of #304F50
Complementary color
Monochromatic Colors of #304F50
Black with #304F50
Text Example
Text Example
White with #304F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F50; }
p { color: rgb(48,79,80); }
H1.HeaderClassName
{
color: #304F50;
}
.AnyTagClassName
{
color: #304F50;
}
</style>
background-color css
<style>
a { background-color: #304F50; }
a { background-color: rgb(48,79,80); }
div.DivClassName
{
background-color: #304F50;
}
.BgClassName
{
background-color: #304F50;
}
</style>
border-color css
<style>
span { border-color: #304F50; }
span { border-color: rgb(48,79,80); }
td.TdClassName
{
border-color: #304F50;
}
.TagClassName
{
border-color: #304F50;
}
</style>