Shades of Eclipse #443B3B
Tints of Eclipse #443B3B
RGB
CMYK
RGB Variations
Color information
#443B3B (or 0x443B3B) is known color: Eclipse. HEX triplet: 44, 3B and 3B. RGB value is (68,59,59). Sum of RGB (Red+Green+Blue) = 68+59+59=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 68 - color contains mainly: red. Hex color #443B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B3B is #BBC4C4. Grayscale: #3D3D3D. Windows color (decimal): -12305605 or 3881796. OLE color: 3881796.
HSL color Cylindrical-coordinate representation of color #443B3B: hue angle of 0º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #443B3B is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 59 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.73 |
| HSL | 0º | 0.07% | 0.25% | - |
| HSV(B) | 0º | 0.13% | 0.27% | - |
| XYZ | 4.74 | 4.67 | 4.79 | - |
| YUV | 61.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 59 | 0 | 0.13 | 0.13 | 0.73 | 0 | 0.07 | 0.25 |
| Hex | 44 | 3B | 3B | 0 | D | D | 49 | 0 | 7 | 19 |
| Octal | 104 | 73 | 73 | 0 | 15 | 15 | 111 | 0 | 7 | 31 |
| Binary | 1000100 | 111011 | 111011 | 0 | 1101 | 1101 | 1001001 | 0 | 111 | 11001 |
Color Harmonies of #443B3B
Complementary color
Monochromatic Colors of #443B3B
Black with #443B3B
Text Example
Text Example
White with #443B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B3B; }
p { color: rgb(68,59,59); }
H1.HeaderClassName
{
color: #443B3B;
}
.AnyTagClassName
{
color: #443B3B;
}
</style>
background-color css
<style>
a { background-color: #443B3B; }
a { background-color: rgb(68,59,59); }
div.DivClassName
{
background-color: #443B3B;
}
.BgClassName
{
background-color: #443B3B;
}
</style>
border-color css
<style>
span { border-color: #443B3B; }
span { border-color: rgb(68,59,59); }
td.TdClassName
{
border-color: #443B3B;
}
.TagClassName
{
border-color: #443B3B;
}
</style>