Shades of Fuscous Grey #434043
Tints of Fuscous Grey #434043
RGB
CMYK
RGB Variations
Color information
#434043 (or 0x434043) is known color: Fuscous Grey. HEX triplet: 43, 40 and 43. RGB value is (67,64,67). Sum of RGB (Red+Green+Blue) = 67+64+67=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 67 - color contains mainly: red, blue. Hex color #434043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434043 is #BCBFBC. Grayscale: #414141. Windows color (decimal): -12369853 or 4407363. OLE color: 4407363.
HSL color Cylindrical-coordinate representation of color #434043: hue angle of 300º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #434043 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 64 | 67 | - |
| CMYK | 0 | 0.04 | 0 | 0.74 |
| HSL | 300º | 0.02% | 0.26% | - |
| HSV(B) | 300º | 0.04% | 0.26% | - |
| XYZ | 5.16 | 5.27 | 6.05 | - |
| YUV | 65.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 67 | 0 | 0.04 | 0 | 0.74 | 300 | 0.02 | 0.26 |
| Hex | 43 | 40 | 43 | 0 | 4 | 0 | 4A | 12C | 2 | 1A |
| Octal | 103 | 100 | 103 | 0 | 4 | 0 | 112 | 454 | 2 | 32 |
| Binary | 1000011 | 1000000 | 1000011 | 0 | 100 | 0 | 1001010 | 100101100 | 10 | 11010 |
Color Harmonies of #434043
Complementary color
Monochromatic Colors of #434043
Black with #434043
Text Example
Text Example
White with #434043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434043; }
p { color: rgb(67,64,67); }
H1.HeaderClassName
{
color: #434043;
}
.AnyTagClassName
{
color: #434043;
}
</style>
background-color css
<style>
a { background-color: #434043; }
a { background-color: rgb(67,64,67); }
div.DivClassName
{
background-color: #434043;
}
.BgClassName
{
background-color: #434043;
}
</style>
border-color css
<style>
span { border-color: #434043; }
span { border-color: rgb(67,64,67); }
td.TdClassName
{
border-color: #434043;
}
.TagClassName
{
border-color: #434043;
}
</style>