Shades of Kilamanjaro #3D342E
Tints of Kilamanjaro #3D342E
RGB
CMYK
RGB Variations
Color information
#3D342E (or 0x3D342E) is known color: Kilamanjaro. HEX triplet: 3D, 34 and 2E. RGB value is (61,52,46). Sum of RGB (Red+Green+Blue) = 61+52+46=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 61 - color contains mainly: red. Hex color #3D342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D342E is #C2CBD1. Grayscale: #363636. Windows color (decimal): -12766162 or 3028029. OLE color: 3028029.
HSL color Cylindrical-coordinate representation of color #3D342E: hue angle of 24º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D342E is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 46 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.76 |
| HSL | 24º | 0.14% | 0.21% | - |
| HSV(B) | 24º | 0.25% | 0.24% | - |
| XYZ | 3.65 | 3.65 | 3.1 | - |
| YUV | 54.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 46 | 0 | 0.15 | 0.25 | 0.76 | 24 | 0.14 | 0.21 |
| Hex | 3D | 34 | 2E | 0 | F | 19 | 4C | 18 | E | 15 |
| Octal | 75 | 64 | 56 | 0 | 17 | 31 | 114 | 30 | 16 | 25 |
| Binary | 111101 | 110100 | 101110 | 0 | 1111 | 11001 | 1001100 | 11000 | 1110 | 10101 |
Color Harmonies of #3D342E
Complementary color
Monochromatic Colors of #3D342E
Black with #3D342E
Text Example
Text Example
White with #3D342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D342E; }
p { color: rgb(61,52,46); }
H1.HeaderClassName
{
color: #3D342E;
}
.AnyTagClassName
{
color: #3D342E;
}
</style>
background-color css
<style>
a { background-color: #3D342E; }
a { background-color: rgb(61,52,46); }
div.DivClassName
{
background-color: #3D342E;
}
.BgClassName
{
background-color: #3D342E;
}
</style>
border-color css
<style>
span { border-color: #3D342E; }
span { border-color: rgb(61,52,46); }
td.TdClassName
{
border-color: #3D342E;
}
.TagClassName
{
border-color: #3D342E;
}
</style>