Shades of Dark Slate Grey #30484C
Tints of Dark Slate Grey #30484C
RGB
CMYK
RGB Variations
Color information
#30484C (or 0x30484C) is known color: Dark Slate Grey. HEX triplet: 30, 48 and 4C. RGB value is (48,72,76). Sum of RGB (Red+Green+Blue) = 48+72+76=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #30484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30484C is #CFB7B3. Grayscale: #414141. Windows color (decimal): -13612980 or 4999216. OLE color: 4999216.
HSL color Cylindrical-coordinate representation of color #30484C: hue angle of 188.57º 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 #30484C is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 72 | 76 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.70 |
| HSL | 188.57º | 0.23% | 0.24% | - |
| HSV(B) | 188.57º | 0.37% | 0.3% | - |
| XYZ | 4.84 | 5.78 | 7.7 | - |
| YUV | 65.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 76 | 0.37 | 0.05 | 0 | 0.70 | 188.57 | 0.23 | 0.24 |
| Hex | 30 | 48 | 4C | 25 | 5 | 0 | 46 | BD | 17 | 18 |
| Octal | 60 | 110 | 114 | 45 | 5 | 0 | 106 | 275 | 27 | 30 |
| Binary | 110000 | 1001000 | 1001100 | 100101 | 101 | 0 | 1000110 | 10111101 | 10111 | 11000 |
Color Harmonies of #30484C
Complementary color
Monochromatic Colors of #30484C
Black with #30484C
Text Example
Text Example
White with #30484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30484C; }
p { color: rgb(48,72,76); }
H1.HeaderClassName
{
color: #30484C;
}
.AnyTagClassName
{
color: #30484C;
}
</style>
background-color css
<style>
a { background-color: #30484C; }
a { background-color: rgb(48,72,76); }
div.DivClassName
{
background-color: #30484C;
}
.BgClassName
{
background-color: #30484C;
}
</style>
border-color css
<style>
span { border-color: #30484C; }
span { border-color: rgb(48,72,76); }
td.TdClassName
{
border-color: #30484C;
}
.TagClassName
{
border-color: #30484C;
}
</style>