Shades of Dark Slate Grey #275350
Tints of Dark Slate Grey #275350
RGB
CMYK
RGB Variations
Color information
#275350 (or 0x275350) is known color: Dark Slate Grey. HEX triplet: 27, 53 and 50. RGB value is (39,83,80). Sum of RGB (Red+Green+Blue) = 39+83+80=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #275350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275350 is #D8ACAF. Grayscale: #454545. Windows color (decimal): -14199984 or 5264167. OLE color: 5264167.
HSL color Cylindrical-coordinate representation of color #275350: hue angle of 175.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #275350 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 83 | 80 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.67 |
| HSL | 175.91º | 0.36% | 0.24% | - |
| HSV(B) | 175.91º | 0.53% | 0.33% | - |
| XYZ | 5.38 | 7.2 | 8.7 | - |
| YUV | 69.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 80 | 0.53 | 0 | 0.04 | 0.67 | 175.91 | 0.36 | 0.24 |
| Hex | 27 | 53 | 50 | 35 | 0 | 4 | 43 | B0 | 24 | 18 |
| Octal | 47 | 123 | 120 | 65 | 0 | 4 | 103 | 260 | 44 | 30 |
| Binary | 100111 | 1010011 | 1010000 | 110101 | 0 | 100 | 1000011 | 10110000 | 100100 | 11000 |
Color Harmonies of #275350
Complementary color
Monochromatic Colors of #275350
Black with #275350
Text Example
Text Example
White with #275350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275350; }
p { color: rgb(39,83,80); }
H1.HeaderClassName
{
color: #275350;
}
.AnyTagClassName
{
color: #275350;
}
</style>
background-color css
<style>
a { background-color: #275350; }
a { background-color: rgb(39,83,80); }
div.DivClassName
{
background-color: #275350;
}
.BgClassName
{
background-color: #275350;
}
</style>
border-color css
<style>
span { border-color: #275350; }
span { border-color: rgb(39,83,80); }
td.TdClassName
{
border-color: #275350;
}
.TagClassName
{
border-color: #275350;
}
</style>