Shades of Dark Slate Grey #305051
Tints of Dark Slate Grey #305051
RGB
CMYK
RGB Variations
Color information
#305051 (or 0x305051) is known color: Dark Slate Grey. HEX triplet: 30, 50 and 51. RGB value is (48,80,81). Sum of RGB (Red+Green+Blue) = 48+80+81=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #305051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305051 is #CFAFAE. Grayscale: #464646. Windows color (decimal): -13610927 or 5328944. OLE color: 5328944.
HSL color Cylindrical-coordinate representation of color #305051: hue angle of 181.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305051 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 80 | 81 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.68 |
| HSL | 181.82º | 0.26% | 0.25% | - |
| HSV(B) | 181.82º | 0.41% | 0.32% | - |
| XYZ | 5.57 | 6.96 | 8.83 | - |
| YUV | 70.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 81 | 0.41 | 0.01 | 0 | 0.68 | 181.82 | 0.26 | 0.25 |
| Hex | 30 | 50 | 51 | 29 | 1 | 0 | 44 | B6 | 1A | 19 |
| Octal | 60 | 120 | 121 | 51 | 1 | 0 | 104 | 266 | 32 | 31 |
| Binary | 110000 | 1010000 | 1010001 | 101001 | 1 | 0 | 1000100 | 10110110 | 11010 | 11001 |
Color Harmonies of #305051
Complementary color
Monochromatic Colors of #305051
Black with #305051
Text Example
Text Example
White with #305051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305051; }
p { color: rgb(48,80,81); }
H1.HeaderClassName
{
color: #305051;
}
.AnyTagClassName
{
color: #305051;
}
</style>
background-color css
<style>
a { background-color: #305051; }
a { background-color: rgb(48,80,81); }
div.DivClassName
{
background-color: #305051;
}
.BgClassName
{
background-color: #305051;
}
</style>
border-color css
<style>
span { border-color: #305051; }
span { border-color: rgb(48,80,81); }
td.TdClassName
{
border-color: #305051;
}
.TagClassName
{
border-color: #305051;
}
</style>