Shades of Fuscous Grey #423B42
Tints of Fuscous Grey #423B42
RGB
CMYK
RGB Variations
Color information
#423B42 (or 0x423B42) is known color: Fuscous Grey. HEX triplet: 42, 3B and 42. RGB value is (66,59,66). Sum of RGB (Red+Green+Blue) = 66+59+66=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B42 is #BDC4BD. Grayscale: #3D3D3D. Windows color (decimal): -12436670 or 4340546. OLE color: 4340546.
HSL color Cylindrical-coordinate representation of color #423B42: hue angle of 300º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #423B42 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 66 | - |
| CMYK | 0 | 0.11 | 0 | 0.74 |
| HSL | 300º | 0.06% | 0.25% | - |
| HSV(B) | 300º | 0.11% | 0.26% | - |
| XYZ | 4.79 | 4.68 | 5.8 | - |
| YUV | 61.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 66 | 0 | 0.11 | 0 | 0.74 | 300 | 0.06 | 0.25 |
| Hex | 42 | 3B | 42 | 0 | B | 0 | 4A | 12C | 6 | 19 |
| Octal | 102 | 73 | 102 | 0 | 13 | 0 | 112 | 454 | 6 | 31 |
| Binary | 1000010 | 111011 | 1000010 | 0 | 1011 | 0 | 1001010 | 100101100 | 110 | 11001 |
Color Harmonies of #423B42
Complementary color
Monochromatic Colors of #423B42
Black with #423B42
Text Example
Text Example
White with #423B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B42; }
p { color: rgb(66,59,66); }
H1.HeaderClassName
{
color: #423B42;
}
.AnyTagClassName
{
color: #423B42;
}
</style>
background-color css
<style>
a { background-color: #423B42; }
a { background-color: rgb(66,59,66); }
div.DivClassName
{
background-color: #423B42;
}
.BgClassName
{
background-color: #423B42;
}
</style>
border-color css
<style>
span { border-color: #423B42; }
span { border-color: rgb(66,59,66); }
td.TdClassName
{
border-color: #423B42;
}
.TagClassName
{
border-color: #423B42;
}
</style>