Shades of Kilamanjaro #3D342F
Tints of Kilamanjaro #3D342F
RGB
CMYK
RGB Variations
Color information
#3D342F (or 0x3D342F) is known color: Kilamanjaro. HEX triplet: 3D, 34 and 2F. RGB value is (61,52,47). Sum of RGB (Red+Green+Blue) = 61+52+47=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 61 - color contains mainly: red. Hex color #3D342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D342F is #C2CBD0. Grayscale: #363636. Windows color (decimal): -12766161 or 3093565. OLE color: 3093565.
HSL color Cylindrical-coordinate representation of color #3D342F: hue angle of 21.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D342F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 47 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.76 |
| HSL | 21.43º | 0.13% | 0.21% | - |
| HSV(B) | 21.43º | 0.23% | 0.24% | - |
| XYZ | 3.67 | 3.65 | 3.2 | - |
| YUV | 54.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 47 | 0 | 0.15 | 0.23 | 0.76 | 21.43 | 0.13 | 0.21 |
| Hex | 3D | 34 | 2F | 0 | F | 17 | 4C | 15 | D | 15 |
| Octal | 75 | 64 | 57 | 0 | 17 | 27 | 114 | 25 | 15 | 25 |
| Binary | 111101 | 110100 | 101111 | 0 | 1111 | 10111 | 1001100 | 10101 | 1101 | 10101 |
Color Harmonies of #3D342F
Complementary color
Monochromatic Colors of #3D342F
Black with #3D342F
Text Example
Text Example
White with #3D342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D342F; }
p { color: rgb(61,52,47); }
H1.HeaderClassName
{
color: #3D342F;
}
.AnyTagClassName
{
color: #3D342F;
}
</style>
background-color css
<style>
a { background-color: #3D342F; }
a { background-color: rgb(61,52,47); }
div.DivClassName
{
background-color: #3D342F;
}
.BgClassName
{
background-color: #3D342F;
}
</style>
border-color css
<style>
span { border-color: #3D342F; }
span { border-color: rgb(61,52,47); }
td.TdClassName
{
border-color: #3D342F;
}
.TagClassName
{
border-color: #3D342F;
}
</style>