Shades of Dark Slate Grey #1F5353
Tints of Dark Slate Grey #1F5353
RGB
CMYK
RGB Variations
Color information
#1F5353 (or 0x1F5353) is known color: Dark Slate Grey. HEX triplet: 1F, 53 and 53. RGB value is (31,83,83). Sum of RGB (Red+Green+Blue) = 31+83+83=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #1F5353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5353 is #E0ACAC. Grayscale: #434343. Windows color (decimal): -14724269 or 5460767. OLE color: 5460767.
HSL color Cylindrical-coordinate representation of color #1F5353: hue angle of 180º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5353 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 83 | - |
| CMYK | 0.63 | 0 | 0 | 0.67 |
| HSL | 180º | 0.46% | 0.22% | - |
| HSV(B) | 180º | 0.63% | 0.33% | - |
| XYZ | 5.22 | 7.1 | 9.28 | - |
| YUV | 67.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 83 | 0.63 | 0 | 0 | 0.67 | 180 | 0.46 | 0.22 |
| Hex | 1F | 53 | 53 | 3F | 0 | 0 | 43 | B4 | 2E | 16 |
| Octal | 37 | 123 | 123 | 77 | 0 | 0 | 103 | 264 | 56 | 26 |
| Binary | 11111 | 1010011 | 1010011 | 111111 | 0 | 0 | 1000011 | 10110100 | 101110 | 10110 |
Color Harmonies of #1F5353
Complementary color
Monochromatic Colors of #1F5353
Black with #1F5353
Text Example
Text Example
White with #1F5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5353; }
p { color: rgb(31,83,83); }
H1.HeaderClassName
{
color: #1F5353;
}
.AnyTagClassName
{
color: #1F5353;
}
</style>
background-color css
<style>
a { background-color: #1F5353; }
a { background-color: rgb(31,83,83); }
div.DivClassName
{
background-color: #1F5353;
}
.BgClassName
{
background-color: #1F5353;
}
</style>
border-color css
<style>
span { border-color: #1F5353; }
span { border-color: rgb(31,83,83); }
td.TdClassName
{
border-color: #1F5353;
}
.TagClassName
{
border-color: #1F5353;
}
</style>