Shades of Dark Slate Grey #305050
Tints of Dark Slate Grey #305050
RGB
CMYK
RGB Variations
Color information
#305050 (or 0x305050) is known color: Dark Slate Grey. HEX triplet: 30, 50 and 50. RGB value is (48,80,80). Sum of RGB (Red+Green+Blue) = 48+80+80=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #305050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305050 is #CFAFAF. Grayscale: #464646. Windows color (decimal): -13610928 or 5263408. OLE color: 5263408.
HSL color Cylindrical-coordinate representation of color #305050: hue angle of 180º 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 #305050 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 80 | - |
| CMYK | 0.40 | 0 | 0 | 0.69 |
| HSL | 180º | 0.25% | 0.25% | - |
| HSV(B) | 180º | 0.4% | 0.31% | - |
| XYZ | 5.54 | 6.94 | 8.64 | - |
| YUV | 70.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 80 | 0.40 | 0 | 0 | 0.69 | 180 | 0.25 | 0.25 |
| Hex | 30 | 50 | 50 | 28 | 0 | 0 | 45 | B4 | 19 | 19 |
| Octal | 60 | 120 | 120 | 50 | 0 | 0 | 105 | 264 | 31 | 31 |
| Binary | 110000 | 1010000 | 1010000 | 101000 | 0 | 0 | 1000101 | 10110100 | 11001 | 11001 |
Color Harmonies of #305050
Complementary color
Monochromatic Colors of #305050
Black with #305050
Text Example
Text Example
White with #305050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305050; }
p { color: rgb(48,80,80); }
H1.HeaderClassName
{
color: #305050;
}
.AnyTagClassName
{
color: #305050;
}
</style>
background-color css
<style>
a { background-color: #305050; }
a { background-color: rgb(48,80,80); }
div.DivClassName
{
background-color: #305050;
}
.BgClassName
{
background-color: #305050;
}
</style>
border-color css
<style>
span { border-color: #305050; }
span { border-color: rgb(48,80,80); }
td.TdClassName
{
border-color: #305050;
}
.TagClassName
{
border-color: #305050;
}
</style>