Shades of Charade #3A4345
Tints of Charade #3A4345
RGB
CMYK
RGB Variations
Color information
#3A4345 (or 0x3A4345) is known color: Charade. HEX triplet: 3A, 43 and 45. RGB value is (58,67,69). Sum of RGB (Red+Green+Blue) = 58+67+69=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A4345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4345 is #C5BCBA. Grayscale: #404040. Windows color (decimal): -12958907 or 4539194. OLE color: 4539194.
HSL color Cylindrical-coordinate representation of color #3A4345: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A4345 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 67 | 69 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.73 |
| HSL | 190.91º | 0.09% | 0.25% | - |
| HSV(B) | 190.91º | 0.16% | 0.27% | - |
| XYZ | 4.83 | 5.34 | 6.41 | - |
| YUV | 64.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 69 | 0.16 | 0.03 | 0 | 0.73 | 190.91 | 0.09 | 0.25 |
| Hex | 3A | 43 | 45 | 10 | 3 | 0 | 49 | BF | 9 | 19 |
| Octal | 72 | 103 | 105 | 20 | 3 | 0 | 111 | 277 | 11 | 31 |
| Binary | 111010 | 1000011 | 1000101 | 10000 | 11 | 0 | 1001001 | 10111111 | 1001 | 11001 |
Color Harmonies of #3A4345
Complementary color
Monochromatic Colors of #3A4345
Black with #3A4345
Text Example
Text Example
White with #3A4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4345; }
p { color: rgb(58,67,69); }
H1.HeaderClassName
{
color: #3A4345;
}
.AnyTagClassName
{
color: #3A4345;
}
</style>
background-color css
<style>
a { background-color: #3A4345; }
a { background-color: rgb(58,67,69); }
div.DivClassName
{
background-color: #3A4345;
}
.BgClassName
{
background-color: #3A4345;
}
</style>
border-color css
<style>
span { border-color: #3A4345; }
span { border-color: rgb(58,67,69); }
td.TdClassName
{
border-color: #3A4345;
}
.TagClassName
{
border-color: #3A4345;
}
</style>