Shades of Dark Slate Grey #1F5352
Tints of Dark Slate Grey #1F5352
RGB
CMYK
RGB Variations
Color information
#1F5352 (or 0x1F5352) is known color: Dark Slate Grey. HEX triplet: 1F, 53 and 52. RGB value is (31,83,82). Sum of RGB (Red+Green+Blue) = 31+83+82=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5352 is #E0ACAD. Grayscale: #434343. Windows color (decimal): -14724270 or 5395231. OLE color: 5395231.
HSL color Cylindrical-coordinate representation of color #1F5352: hue angle of 178.85º 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 #1F5352 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 82 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.67 |
| HSL | 178.85º | 0.46% | 0.22% | - |
| HSV(B) | 178.85º | 0.63% | 0.33% | - |
| XYZ | 5.18 | 7.09 | 9.08 | - |
| YUV | 67.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 82 | 0.63 | 0 | 0.01 | 0.67 | 178.85 | 0.46 | 0.22 |
| Hex | 1F | 53 | 52 | 3F | 0 | 1 | 43 | B3 | 2E | 16 |
| Octal | 37 | 123 | 122 | 77 | 0 | 1 | 103 | 263 | 56 | 26 |
| Binary | 11111 | 1010011 | 1010010 | 111111 | 0 | 1 | 1000011 | 10110011 | 101110 | 10110 |
Color Harmonies of #1F5352
Complementary color
Monochromatic Colors of #1F5352
Black with #1F5352
Text Example
Text Example
White with #1F5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5352; }
p { color: rgb(31,83,82); }
H1.HeaderClassName
{
color: #1F5352;
}
.AnyTagClassName
{
color: #1F5352;
}
</style>
background-color css
<style>
a { background-color: #1F5352; }
a { background-color: rgb(31,83,82); }
div.DivClassName
{
background-color: #1F5352;
}
.BgClassName
{
background-color: #1F5352;
}
</style>
border-color css
<style>
span { border-color: #1F5352; }
span { border-color: rgb(31,83,82); }
td.TdClassName
{
border-color: #1F5352;
}
.TagClassName
{
border-color: #1F5352;
}
</style>