Shades of Eclipse #383535
Tints of Eclipse #383535
RGB
CMYK
RGB Variations
Color information
#383535 (or 0x383535) is known color: Eclipse. HEX triplet: 38, 35 and 35. RGB value is (56,53,53). Sum of RGB (Red+Green+Blue) = 56+53+53=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 56 - color contains mainly: red. Hex color #383535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383535 is #C7CACA. Grayscale: #353535. Windows color (decimal): -13093579 or 3487032. OLE color: 3487032.
HSL color Cylindrical-coordinate representation of color #383535: hue angle of 0º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #383535 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 53 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.78 |
| HSL | 0º | 0.03% | 0.21% | - |
| HSV(B) | 0º | 0.05% | 0.22% | - |
| XYZ | 3.55 | 3.64 | 3.88 | - |
| YUV | 53.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 53 | 0 | 0.05 | 0.05 | 0.78 | 0 | 0.03 | 0.21 |
| Hex | 38 | 35 | 35 | 0 | 5 | 5 | 4E | 0 | 3 | 15 |
| Octal | 70 | 65 | 65 | 0 | 5 | 5 | 116 | 0 | 3 | 25 |
| Binary | 111000 | 110101 | 110101 | 0 | 101 | 101 | 1001110 | 0 | 11 | 10101 |
Color Harmonies of #383535
Complementary color
Monochromatic Colors of #383535
Black with #383535
Text Example
Text Example
White with #383535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383535; }
p { color: rgb(56,53,53); }
H1.HeaderClassName
{
color: #383535;
}
.AnyTagClassName
{
color: #383535;
}
</style>
background-color css
<style>
a { background-color: #383535; }
a { background-color: rgb(56,53,53); }
div.DivClassName
{
background-color: #383535;
}
.BgClassName
{
background-color: #383535;
}
</style>
border-color css
<style>
span { border-color: #383535; }
span { border-color: rgb(56,53,53); }
td.TdClassName
{
border-color: #383535;
}
.TagClassName
{
border-color: #383535;
}
</style>