Shades of Fuscous Grey #423E42
Tints of Fuscous Grey #423E42
RGB
CMYK
RGB Variations
Color information
#423E42 (or 0x423E42) is known color: Fuscous Grey. HEX triplet: 42, 3E and 42. RGB value is (66,62,66). Sum of RGB (Red+Green+Blue) = 66+62+66=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E42 is #BDC1BD. Grayscale: #3F3F3F. Windows color (decimal): -12435902 or 4341314. OLE color: 4341314.
HSL color Cylindrical-coordinate representation of color #423E42: hue angle of 300º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #423E42 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
RGB | 66 | 62 | 66 | - |
CMYK | 0 | 0.06 | 0 | 0.74 |
HSL | 300º | 0.03% | 0.25% | - |
HSV(B) | 300º | 0.06% | 0.26% | - |
XYZ | 4.95 | 5 | 5.86 | - |
YUV | 63.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 62 | 66 | 0 | 0.06 | 0 | 0.74 | 300 | 0.03 | 0.25 |
Hex | 42 | 3E | 42 | 0 | 6 | 0 | 4A | 12C | 3 | 19 |
Octal | 102 | 76 | 102 | 0 | 6 | 0 | 112 | 454 | 3 | 31 |
Binary | 1000010 | 111110 | 1000010 | 0 | 110 | 0 | 1001010 | 100101100 | 11 | 11001 |
Color Harmonies of #423E42
Complementary color
Monochromatic Colors of #423E42
Black with #423E42
Text Example
Text Example
White with #423E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E42; }
p { color: rgb(66,62,66); }
H1.HeaderClassName
{
color: #423E42;
}
.AnyTagClassName
{
color: #423E42;
}
</style>
background-color css
<style>
a { background-color: #423E42; }
a { background-color: rgb(66,62,66); }
div.DivClassName
{
background-color: #423E42;
}
.BgClassName
{
background-color: #423E42;
}
</style>
border-color css
<style>
span { border-color: #423E42; }
span { border-color: rgb(66,62,66); }
td.TdClassName
{
border-color: #423E42;
}
.TagClassName
{
border-color: #423E42;
}
</style>