Shades of Fuscous Grey #434243
Tints of Fuscous Grey #434243
RGB
CMYK
RGB Variations
Color information
#434243 (or 0x434243) is known color: Fuscous Grey. HEX triplet: 43, 42 and 43. RGB value is (67,66,67). Sum of RGB (Red+Green+Blue) = 67+66+67=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 67 - color contains mainly: red, blue. Hex color #434243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434243 is #BCBDBC. Grayscale: #424242. Windows color (decimal): -12369341 or 4407875. OLE color: 4407875.
HSL color Cylindrical-coordinate representation of color #434243: hue angle of 300º degrees, saturation: 0.01, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #434243 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 67 | - |
| CMYK | 0 | 0.01 | 0 | 0.74 |
| HSL | 300º | 0.01% | 0.26% | - |
| HSV(B) | 300º | 0.01% | 0.26% | - |
| XYZ | 5.28 | 5.49 | 6.09 | - |
| YUV | 66.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 67 | 0 | 0.01 | 0 | 0.74 | 300 | 0.01 | 0.26 |
| Hex | 43 | 42 | 43 | 0 | 1 | 0 | 4A | 12C | 1 | 1A |
| Octal | 103 | 102 | 103 | 0 | 1 | 0 | 112 | 454 | 1 | 32 |
| Binary | 1000011 | 1000010 | 1000011 | 0 | 1 | 0 | 1001010 | 100101100 | 1 | 11010 |
Color Harmonies of #434243
Complementary color
Monochromatic Colors of #434243
Black with #434243
Text Example
Text Example
White with #434243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434243; }
p { color: rgb(67,66,67); }
H1.HeaderClassName
{
color: #434243;
}
.AnyTagClassName
{
color: #434243;
}
</style>
background-color css
<style>
a { background-color: #434243; }
a { background-color: rgb(67,66,67); }
div.DivClassName
{
background-color: #434243;
}
.BgClassName
{
background-color: #434243;
}
</style>
border-color css
<style>
span { border-color: #434243; }
span { border-color: rgb(67,66,67); }
td.TdClassName
{
border-color: #434243;
}
.TagClassName
{
border-color: #434243;
}
</style>