Shades of Fuscous Grey #423F42
Tints of Fuscous Grey #423F42
RGB
CMYK
RGB Variations
Color information
#423F42 (or 0x423F42) is known color: Fuscous Grey. HEX triplet: 42, 3F and 42. RGB value is (66,63,66). Sum of RGB (Red+Green+Blue) = 66+63+66=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F42 is #BDC0BD. Grayscale: #404040. Windows color (decimal): -12435646 or 4341570. OLE color: 4341570.
HSL color Cylindrical-coordinate representation of color #423F42: hue angle of 300º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #423F42 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
RGB | 66 | 63 | 66 | - |
CMYK | 0 | 0.05 | 0 | 0.74 |
HSL | 300º | 0.02% | 0.25% | - |
HSV(B) | 300º | 0.05% | 0.26% | - |
XYZ | 5.01 | 5.11 | 5.88 | - |
YUV | 64.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 63 | 66 | 0 | 0.05 | 0 | 0.74 | 300 | 0.02 | 0.25 |
Hex | 42 | 3F | 42 | 0 | 5 | 0 | 4A | 12C | 2 | 19 |
Octal | 102 | 77 | 102 | 0 | 5 | 0 | 112 | 454 | 2 | 31 |
Binary | 1000010 | 111111 | 1000010 | 0 | 101 | 0 | 1001010 | 100101100 | 10 | 11001 |
Color Harmonies of #423F42
Complementary color
Monochromatic Colors of #423F42
Black with #423F42
Text Example
Text Example
White with #423F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F42; }
p { color: rgb(66,63,66); }
H1.HeaderClassName
{
color: #423F42;
}
.AnyTagClassName
{
color: #423F42;
}
</style>
background-color css
<style>
a { background-color: #423F42; }
a { background-color: rgb(66,63,66); }
div.DivClassName
{
background-color: #423F42;
}
.BgClassName
{
background-color: #423F42;
}
</style>
border-color css
<style>
span { border-color: #423F42; }
span { border-color: rgb(66,63,66); }
td.TdClassName
{
border-color: #423F42;
}
.TagClassName
{
border-color: #423F42;
}
</style>