Shades of Dark Slate Grey #304546
Tints of Dark Slate Grey #304546
RGB
CMYK
RGB Variations
Color information
#304546 (or 0x304546) is known color: Dark Slate Grey. HEX triplet: 30, 45 and 46. RGB value is (48,69,70). Sum of RGB (Red+Green+Blue) = 48+69+70=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #304546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304546 is #CFBAB9. Grayscale: #3E3E3E. Windows color (decimal): -13613754 or 4605232. OLE color: 4605232.
HSL color Cylindrical-coordinate representation of color #304546: hue angle of 182.73º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304546 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 70 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.73 |
| HSL | 182.73º | 0.19% | 0.23% | - |
| HSV(B) | 182.73º | 0.31% | 0.27% | - |
| XYZ | 4.45 | 5.33 | 6.59 | - |
| YUV | 62.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 70 | 0.31 | 0.01 | 0 | 0.73 | 182.73 | 0.19 | 0.23 |
| Hex | 30 | 45 | 46 | 1F | 1 | 0 | 49 | B7 | 13 | 17 |
| Octal | 60 | 105 | 106 | 37 | 1 | 0 | 111 | 267 | 23 | 27 |
| Binary | 110000 | 1000101 | 1000110 | 11111 | 1 | 0 | 1001001 | 10110111 | 10011 | 10111 |
Color Harmonies of #304546
Complementary color
Monochromatic Colors of #304546
Black with #304546
Text Example
Text Example
White with #304546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304546; }
p { color: rgb(48,69,70); }
H1.HeaderClassName
{
color: #304546;
}
.AnyTagClassName
{
color: #304546;
}
</style>
background-color css
<style>
a { background-color: #304546; }
a { background-color: rgb(48,69,70); }
div.DivClassName
{
background-color: #304546;
}
.BgClassName
{
background-color: #304546;
}
</style>
border-color css
<style>
span { border-color: #304546; }
span { border-color: rgb(48,69,70); }
td.TdClassName
{
border-color: #304546;
}
.TagClassName
{
border-color: #304546;
}
</style>