Shades of Kilamanjaro #3B342E
Tints of Kilamanjaro #3B342E
RGB
CMYK
RGB Variations
Color information
#3B342E (or 0x3B342E) is known color: Kilamanjaro. HEX triplet: 3B, 34 and 2E. RGB value is (59,52,46). Sum of RGB (Red+Green+Blue) = 59+52+46=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B342E is #C4CBD1. Grayscale: #353535. Windows color (decimal): -12897234 or 3028027. OLE color: 3028027.
HSL color Cylindrical-coordinate representation of color #3B342E: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B342E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 46 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.77 |
| HSL | 27.69º | 0.12% | 0.21% | - |
| HSV(B) | 27.69º | 0.22% | 0.23% | - |
| XYZ | 3.52 | 3.58 | 3.09 | - |
| YUV | 53.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 46 | 0 | 0.12 | 0.22 | 0.77 | 27.69 | 0.12 | 0.21 |
| Hex | 3B | 34 | 2E | 0 | C | 16 | 4D | 1C | C | 15 |
| Octal | 73 | 64 | 56 | 0 | 14 | 26 | 115 | 34 | 14 | 25 |
| Binary | 111011 | 110100 | 101110 | 0 | 1100 | 10110 | 1001101 | 11100 | 1100 | 10101 |
Color Harmonies of #3B342E
Complementary color
Monochromatic Colors of #3B342E
Black with #3B342E
Text Example
Text Example
White with #3B342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B342E; }
p { color: rgb(59,52,46); }
H1.HeaderClassName
{
color: #3B342E;
}
.AnyTagClassName
{
color: #3B342E;
}
</style>
background-color css
<style>
a { background-color: #3B342E; }
a { background-color: rgb(59,52,46); }
div.DivClassName
{
background-color: #3B342E;
}
.BgClassName
{
background-color: #3B342E;
}
</style>
border-color css
<style>
span { border-color: #3B342E; }
span { border-color: rgb(59,52,46); }
td.TdClassName
{
border-color: #3B342E;
}
.TagClassName
{
border-color: #3B342E;
}
</style>