Shades of Charade #3A4548
Tints of Charade #3A4548
RGB
CMYK
RGB Variations
Color information
#3A4548 (or 0x3A4548) is known color: Charade. HEX triplet: 3A, 45 and 48. RGB value is (58,69,72). Sum of RGB (Red+Green+Blue) = 58+69+72=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4548 is #C5BAB7. Grayscale: #424242. Windows color (decimal): -12958392 or 4736314. OLE color: 4736314.
HSL color Cylindrical-coordinate representation of color #3A4548: hue angle of 192.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4548 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 69 | 72 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.72 |
| HSL | 192.86º | 0.11% | 0.25% | - |
| HSV(B) | 192.86º | 0.19% | 0.28% | - |
| XYZ | 5.04 | 5.62 | 6.95 | - |
| YUV | 66.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 72 | 0.19 | 0.04 | 0 | 0.72 | 192.86 | 0.11 | 0.25 |
| Hex | 3A | 45 | 48 | 13 | 4 | 0 | 48 | C1 | B | 19 |
| Octal | 72 | 105 | 110 | 23 | 4 | 0 | 110 | 301 | 13 | 31 |
| Binary | 111010 | 1000101 | 1001000 | 10011 | 100 | 0 | 1001000 | 11000001 | 1011 | 11001 |
Color Harmonies of #3A4548
Complementary color
Monochromatic Colors of #3A4548
Black with #3A4548
Text Example
Text Example
White with #3A4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4548; }
p { color: rgb(58,69,72); }
H1.HeaderClassName
{
color: #3A4548;
}
.AnyTagClassName
{
color: #3A4548;
}
</style>
background-color css
<style>
a { background-color: #3A4548; }
a { background-color: rgb(58,69,72); }
div.DivClassName
{
background-color: #3A4548;
}
.BgClassName
{
background-color: #3A4548;
}
</style>
border-color css
<style>
span { border-color: #3A4548; }
span { border-color: rgb(58,69,72); }
td.TdClassName
{
border-color: #3A4548;
}
.TagClassName
{
border-color: #3A4548;
}
</style>