Shades of Dark Slate Grey #275050
Tints of Dark Slate Grey #275050
RGB
CMYK
RGB Variations
Color information
#275050 (or 0x275050) is known color: Dark Slate Grey. HEX triplet: 27, 50 and 50. RGB value is (39,80,80). Sum of RGB (Red+Green+Blue) = 39+80+80=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #275050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275050 is #D8AFAF. Grayscale: #434343. Windows color (decimal): -14200752 or 5263399. OLE color: 5263399.
HSL color Cylindrical-coordinate representation of color #275050: hue angle of 180º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #275050 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 80 | - |
| CMYK | 0.51 | 0 | 0 | 0.69 |
| HSL | 180º | 0.34% | 0.23% | - |
| HSV(B) | 180º | 0.51% | 0.31% | - |
| XYZ | 5.15 | 6.75 | 8.62 | - |
| YUV | 67.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 80 | 0.51 | 0 | 0 | 0.69 | 180 | 0.34 | 0.23 |
| Hex | 27 | 50 | 50 | 33 | 0 | 0 | 45 | B4 | 22 | 17 |
| Octal | 47 | 120 | 120 | 63 | 0 | 0 | 105 | 264 | 42 | 27 |
| Binary | 100111 | 1010000 | 1010000 | 110011 | 0 | 0 | 1000101 | 10110100 | 100010 | 10111 |
Color Harmonies of #275050
Complementary color
Monochromatic Colors of #275050
Black with #275050
Text Example
Text Example
White with #275050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275050; }
p { color: rgb(39,80,80); }
H1.HeaderClassName
{
color: #275050;
}
.AnyTagClassName
{
color: #275050;
}
</style>
background-color css
<style>
a { background-color: #275050; }
a { background-color: rgb(39,80,80); }
div.DivClassName
{
background-color: #275050;
}
.BgClassName
{
background-color: #275050;
}
</style>
border-color css
<style>
span { border-color: #275050; }
span { border-color: rgb(39,80,80); }
td.TdClassName
{
border-color: #275050;
}
.TagClassName
{
border-color: #275050;
}
</style>