Shades of Kilamanjaro #3A332E
Tints of Kilamanjaro #3A332E
RGB
CMYK
RGB Variations
Color information
#3A332E (or 0x3A332E) is known color: Kilamanjaro. HEX triplet: 3A, 33 and 2E. RGB value is (58,51,46). Sum of RGB (Red+Green+Blue) = 58+51+46=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A332E is #C5CCD1. Grayscale: #343434. Windows color (decimal): -12963026 or 3027770. OLE color: 3027770.
HSL color Cylindrical-coordinate representation of color #3A332E: hue angle of 25º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A332E is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 51 | 46 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.77 |
| HSL | 25º | 0.12% | 0.2% | - |
| HSV(B) | 25º | 0.21% | 0.23% | - |
| XYZ | 3.42 | 3.46 | 3.07 | - |
| YUV | 52.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 46 | 0 | 0.12 | 0.21 | 0.77 | 25 | 0.12 | 0.2 |
| Hex | 3A | 33 | 2E | 0 | C | 15 | 4D | 19 | C | 14 |
| Octal | 72 | 63 | 56 | 0 | 14 | 25 | 115 | 31 | 14 | 24 |
| Binary | 111010 | 110011 | 101110 | 0 | 1100 | 10101 | 1001101 | 11001 | 1100 | 10100 |
Color Harmonies of #3A332E
Complementary color
Monochromatic Colors of #3A332E
Black with #3A332E
Text Example
Text Example
White with #3A332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A332E; }
p { color: rgb(58,51,46); }
H1.HeaderClassName
{
color: #3A332E;
}
.AnyTagClassName
{
color: #3A332E;
}
</style>
background-color css
<style>
a { background-color: #3A332E; }
a { background-color: rgb(58,51,46); }
div.DivClassName
{
background-color: #3A332E;
}
.BgClassName
{
background-color: #3A332E;
}
</style>
border-color css
<style>
span { border-color: #3A332E; }
span { border-color: rgb(58,51,46); }
td.TdClassName
{
border-color: #3A332E;
}
.TagClassName
{
border-color: #3A332E;
}
</style>