Shades of Kilamanjaro #3A332F
Tints of Kilamanjaro #3A332F
RGB
CMYK
RGB Variations
Color information
#3A332F (or 0x3A332F) is known color: Kilamanjaro. HEX triplet: 3A, 33 and 2F. RGB value is (58,51,47). Sum of RGB (Red+Green+Blue) = 58+51+47=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A332F is #C5CCD0. Grayscale: #343434. Windows color (decimal): -12963025 or 3093306. OLE color: 3093306.
HSL color Cylindrical-coordinate representation of color #3A332F: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A332F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 51 | 47 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.77 |
| HSL | 21.82º | 0.1% | 0.21% | - |
| HSV(B) | 21.82º | 0.19% | 0.23% | - |
| XYZ | 3.44 | 3.47 | 3.18 | - |
| YUV | 52.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 47 | 0 | 0.12 | 0.19 | 0.77 | 21.82 | 0.1 | 0.21 |
| Hex | 3A | 33 | 2F | 0 | C | 13 | 4D | 16 | A | 15 |
| Octal | 72 | 63 | 57 | 0 | 14 | 23 | 115 | 26 | 12 | 25 |
| Binary | 111010 | 110011 | 101111 | 0 | 1100 | 10011 | 1001101 | 10110 | 1010 | 10101 |
Color Harmonies of #3A332F
Complementary color
Monochromatic Colors of #3A332F
Black with #3A332F
Text Example
Text Example
White with #3A332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A332F; }
p { color: rgb(58,51,47); }
H1.HeaderClassName
{
color: #3A332F;
}
.AnyTagClassName
{
color: #3A332F;
}
</style>
background-color css
<style>
a { background-color: #3A332F; }
a { background-color: rgb(58,51,47); }
div.DivClassName
{
background-color: #3A332F;
}
.BgClassName
{
background-color: #3A332F;
}
</style>
border-color css
<style>
span { border-color: #3A332F; }
span { border-color: rgb(58,51,47); }
td.TdClassName
{
border-color: #3A332F;
}
.TagClassName
{
border-color: #3A332F;
}
</style>