Shades of Eclipse #483D3D
Tints of Eclipse #483D3D
RGB
CMYK
RGB Variations
Color information
#483D3D (or 0x483D3D) is known color: Eclipse. HEX triplet: 48, 3D and 3D. RGB value is (72,61,61). Sum of RGB (Red+Green+Blue) = 72+61+61=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3D is #B7C2C2. Grayscale: #404040. Windows color (decimal): -12042947 or 4013384. OLE color: 4013384.
HSL color Cylindrical-coordinate representation of color #483D3D: hue angle of 0º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #483D3D is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 61 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.72 |
| HSL | 0º | 0.08% | 0.26% | - |
| HSV(B) | 0º | 0.15% | 0.28% | - |
| XYZ | 5.18 | 5.05 | 5.12 | - |
| YUV | 64.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 61 | 0 | 0.15 | 0.15 | 0.72 | 0 | 0.08 | 0.26 |
| Hex | 48 | 3D | 3D | 0 | F | F | 48 | 0 | 8 | 1A |
| Octal | 110 | 75 | 75 | 0 | 17 | 17 | 110 | 0 | 10 | 32 |
| Binary | 1001000 | 111101 | 111101 | 0 | 1111 | 1111 | 1001000 | 0 | 1000 | 11010 |
Color Harmonies of #483D3D
Complementary color
Monochromatic Colors of #483D3D
Black with #483D3D
Text Example
Text Example
White with #483D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D3D; }
p { color: rgb(72,61,61); }
H1.HeaderClassName
{
color: #483D3D;
}
.AnyTagClassName
{
color: #483D3D;
}
</style>
background-color css
<style>
a { background-color: #483D3D; }
a { background-color: rgb(72,61,61); }
div.DivClassName
{
background-color: #483D3D;
}
.BgClassName
{
background-color: #483D3D;
}
</style>
border-color css
<style>
span { border-color: #483D3D; }
span { border-color: rgb(72,61,61); }
td.TdClassName
{
border-color: #483D3D;
}
.TagClassName
{
border-color: #483D3D;
}
</style>