Shades of Fuscous Grey #3F3341
Tints of Fuscous Grey #3F3341
RGB
CMYK
RGB Variations
Color information
#3F3341 (or 0x3F3341) is known color: Fuscous Grey. HEX triplet: 3F, 33 and 41. RGB value is (63,51,65). Sum of RGB (Red+Green+Blue) = 63+51+65=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3341 is #C0CCBE. Grayscale: #383838. Windows color (decimal): -12635327 or 4272959. OLE color: 4272959.
HSL color Cylindrical-coordinate representation of color #3F3341: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F3341 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 65 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.75 |
| HSL | 291.43º | 0.12% | 0.23% | - |
| HSV(B) | 291.43º | 0.22% | 0.25% | - |
| XYZ | 4.19 | 3.81 | 5.51 | - |
| YUV | 56.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 65 | 0.03 | 0.22 | 0 | 0.75 | 291.43 | 0.12 | 0.23 |
| Hex | 3F | 33 | 41 | 3 | 16 | 0 | 4B | 123 | C | 17 |
| Octal | 77 | 63 | 101 | 3 | 26 | 0 | 113 | 443 | 14 | 27 |
| Binary | 111111 | 110011 | 1000001 | 11 | 10110 | 0 | 1001011 | 100100011 | 1100 | 10111 |
Color Harmonies of #3F3341
Complementary color
Monochromatic Colors of #3F3341
Black with #3F3341
Text Example
Text Example
White with #3F3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3341; }
p { color: rgb(63,51,65); }
H1.HeaderClassName
{
color: #3F3341;
}
.AnyTagClassName
{
color: #3F3341;
}
</style>
background-color css
<style>
a { background-color: #3F3341; }
a { background-color: rgb(63,51,65); }
div.DivClassName
{
background-color: #3F3341;
}
.BgClassName
{
background-color: #3F3341;
}
</style>
border-color css
<style>
span { border-color: #3F3341; }
span { border-color: rgb(63,51,65); }
td.TdClassName
{
border-color: #3F3341;
}
.TagClassName
{
border-color: #3F3341;
}
</style>