Shades of Dark Slate Grey #38494A
Tints of Dark Slate Grey #38494A
RGB
CMYK
RGB Variations
Color information
#38494A (or 0x38494A) is known color: Dark Slate Grey. HEX triplet: 38, 49 and 4A. RGB value is (56,73,74). Sum of RGB (Red+Green+Blue) = 56+73+74=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #38494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38494A is #C7B6B5. Grayscale: #444444. Windows color (decimal): -13088438 or 4868408. OLE color: 4868408.
HSL color Cylindrical-coordinate representation of color #38494A: hue angle of 183.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38494A is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 74 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.71 |
| HSL | 183.33º | 0.14% | 0.25% | - |
| HSV(B) | 183.33º | 0.24% | 0.29% | - |
| XYZ | 5.25 | 6.1 | 7.38 | - |
| YUV | 68.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 74 | 0.24 | 0.01 | 0 | 0.71 | 183.33 | 0.14 | 0.25 |
| Hex | 38 | 49 | 4A | 18 | 1 | 0 | 47 | B7 | E | 19 |
| Octal | 70 | 111 | 112 | 30 | 1 | 0 | 107 | 267 | 16 | 31 |
| Binary | 111000 | 1001001 | 1001010 | 11000 | 1 | 0 | 1000111 | 10110111 | 1110 | 11001 |
Color Harmonies of #38494A
Complementary color
Monochromatic Colors of #38494A
Black with #38494A
Text Example
Text Example
White with #38494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38494A; }
p { color: rgb(56,73,74); }
H1.HeaderClassName
{
color: #38494A;
}
.AnyTagClassName
{
color: #38494A;
}
</style>
background-color css
<style>
a { background-color: #38494A; }
a { background-color: rgb(56,73,74); }
div.DivClassName
{
background-color: #38494A;
}
.BgClassName
{
background-color: #38494A;
}
</style>
border-color css
<style>
span { border-color: #38494A; }
span { border-color: rgb(56,73,74); }
td.TdClassName
{
border-color: #38494A;
}
.TagClassName
{
border-color: #38494A;
}
</style>