Shades of Charade #3A4041
Tints of Charade #3A4041
RGB
CMYK
RGB Variations
Color information
#3A4041 (or 0x3A4041) is known color: Charade. HEX triplet: 3A, 40 and 41. RGB value is (58,64,65). Sum of RGB (Red+Green+Blue) = 58+64+65=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4041 is #C5BFBE. Grayscale: #3E3E3E. Windows color (decimal): -12959679 or 4276282. OLE color: 4276282.
HSL color Cylindrical-coordinate representation of color #3A4041: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3A4041 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 65 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.75 |
| HSL | 188.57º | 0.06% | 0.24% | - |
| HSV(B) | 188.57º | 0.11% | 0.25% | - |
| XYZ | 4.53 | 4.95 | 5.72 | - |
| YUV | 62.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 65 | 0.11 | 0.02 | 0 | 0.75 | 188.57 | 0.06 | 0.24 |
| Hex | 3A | 40 | 41 | B | 2 | 0 | 4B | BD | 6 | 18 |
| Octal | 72 | 100 | 101 | 13 | 2 | 0 | 113 | 275 | 6 | 30 |
| Binary | 111010 | 1000000 | 1000001 | 1011 | 10 | 0 | 1001011 | 10111101 | 110 | 11000 |
Color Harmonies of #3A4041
Complementary color
Monochromatic Colors of #3A4041
Black with #3A4041
Text Example
Text Example
White with #3A4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4041; }
p { color: rgb(58,64,65); }
H1.HeaderClassName
{
color: #3A4041;
}
.AnyTagClassName
{
color: #3A4041;
}
</style>
background-color css
<style>
a { background-color: #3A4041; }
a { background-color: rgb(58,64,65); }
div.DivClassName
{
background-color: #3A4041;
}
.BgClassName
{
background-color: #3A4041;
}
</style>
border-color css
<style>
span { border-color: #3A4041; }
span { border-color: rgb(58,64,65); }
td.TdClassName
{
border-color: #3A4041;
}
.TagClassName
{
border-color: #3A4041;
}
</style>