Shades of Dark Slate Grey #305352
Tints of Dark Slate Grey #305352
RGB
CMYK
RGB Variations
Color information
#305352 (or 0x305352) is known color: Dark Slate Grey. HEX triplet: 30, 53 and 52. RGB value is (48,83,82). Sum of RGB (Red+Green+Blue) = 48+83+82=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #305352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305352 is #CFACAD. Grayscale: #484848. Windows color (decimal): -13610158 or 5395248. OLE color: 5395248.
HSL color Cylindrical-coordinate representation of color #305352: hue angle of 178.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305352 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 82 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.67 |
| HSL | 178.29º | 0.27% | 0.26% | - |
| HSV(B) | 178.29º | 0.42% | 0.33% | - |
| XYZ | 5.84 | 7.42 | 9.11 | - |
| YUV | 72.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 82 | 0.42 | 0 | 0.01 | 0.67 | 178.29 | 0.27 | 0.26 |
| Hex | 30 | 53 | 52 | 2A | 0 | 1 | 43 | B2 | 1B | 1A |
| Octal | 60 | 123 | 122 | 52 | 0 | 1 | 103 | 262 | 33 | 32 |
| Binary | 110000 | 1010011 | 1010010 | 101010 | 0 | 1 | 1000011 | 10110010 | 11011 | 11010 |
Color Harmonies of #305352
Complementary color
Monochromatic Colors of #305352
Black with #305352
Text Example
Text Example
White with #305352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305352; }
p { color: rgb(48,83,82); }
H1.HeaderClassName
{
color: #305352;
}
.AnyTagClassName
{
color: #305352;
}
</style>
background-color css
<style>
a { background-color: #305352; }
a { background-color: rgb(48,83,82); }
div.DivClassName
{
background-color: #305352;
}
.BgClassName
{
background-color: #305352;
}
</style>
border-color css
<style>
span { border-color: #305352; }
span { border-color: rgb(48,83,82); }
td.TdClassName
{
border-color: #305352;
}
.TagClassName
{
border-color: #305352;
}
</style>