Shades of Dark Slate Grey #1B5152
Tints of Dark Slate Grey #1B5152
RGB
CMYK
RGB Variations
Color information
#1B5152 (or 0x1B5152) is known color: Dark Slate Grey. HEX triplet: 1B, 51 and 52. RGB value is (27,81,82). Sum of RGB (Red+Green+Blue) = 27+81+82=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5152 is #E4AEAD. Grayscale: #404040. Windows color (decimal): -14986926 or 5394715. OLE color: 5394715.
HSL color Cylindrical-coordinate representation of color #1B5152: hue angle of 181.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5152 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 82 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.68 |
| HSL | 181.09º | 0.5% | 0.21% | - |
| HSV(B) | 181.09º | 0.67% | 0.32% | - |
| XYZ | 4.92 | 6.73 | 9.02 | - |
| YUV | 64.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 82 | 0.67 | 0.01 | 0 | 0.68 | 181.09 | 0.5 | 0.21 |
| Hex | 1B | 51 | 52 | 43 | 1 | 0 | 44 | B5 | 32 | 15 |
| Octal | 33 | 121 | 122 | 103 | 1 | 0 | 104 | 265 | 62 | 25 |
| Binary | 11011 | 1010001 | 1010010 | 1000011 | 1 | 0 | 1000100 | 10110101 | 110010 | 10101 |
Color Harmonies of #1B5152
Complementary color
Monochromatic Colors of #1B5152
Black with #1B5152
Text Example
Text Example
White with #1B5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5152; }
p { color: rgb(27,81,82); }
H1.HeaderClassName
{
color: #1B5152;
}
.AnyTagClassName
{
color: #1B5152;
}
</style>
background-color css
<style>
a { background-color: #1B5152; }
a { background-color: rgb(27,81,82); }
div.DivClassName
{
background-color: #1B5152;
}
.BgClassName
{
background-color: #1B5152;
}
</style>
border-color css
<style>
span { border-color: #1B5152; }
span { border-color: rgb(27,81,82); }
td.TdClassName
{
border-color: #1B5152;
}
.TagClassName
{
border-color: #1B5152;
}
</style>