Shades of Kilamanjaro #3F3934
Tints of Kilamanjaro #3F3934
RGB
CMYK
RGB Variations
Color information
#3F3934 (or 0x3F3934) is known color: Kilamanjaro. HEX triplet: 3F, 39 and 34. RGB value is (63,57,52). Sum of RGB (Red+Green+Blue) = 63+57+52=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3934 is #C0C6CB. Grayscale: #3A3A3A. Windows color (decimal): -12633804 or 3422527. OLE color: 3422527.
HSL color Cylindrical-coordinate representation of color #3F3934: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F3934 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 52 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.75 |
| HSL | 27.27º | 0.1% | 0.23% | - |
| HSV(B) | 27.27º | 0.17% | 0.25% | - |
| XYZ | 4.13 | 4.23 | 3.85 | - |
| YUV | 58.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 52 | 0 | 0.10 | 0.17 | 0.75 | 27.27 | 0.1 | 0.23 |
| Hex | 3F | 39 | 34 | 0 | A | 11 | 4B | 1B | A | 17 |
| Octal | 77 | 71 | 64 | 0 | 12 | 21 | 113 | 33 | 12 | 27 |
| Binary | 111111 | 111001 | 110100 | 0 | 1010 | 10001 | 1001011 | 11011 | 1010 | 10111 |
Color Harmonies of #3F3934
Complementary color
Monochromatic Colors of #3F3934
Black with #3F3934
Text Example
Text Example
White with #3F3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3934; }
p { color: rgb(63,57,52); }
H1.HeaderClassName
{
color: #3F3934;
}
.AnyTagClassName
{
color: #3F3934;
}
</style>
background-color css
<style>
a { background-color: #3F3934; }
a { background-color: rgb(63,57,52); }
div.DivClassName
{
background-color: #3F3934;
}
.BgClassName
{
background-color: #3F3934;
}
</style>
border-color css
<style>
span { border-color: #3F3934; }
span { border-color: rgb(63,57,52); }
td.TdClassName
{
border-color: #3F3934;
}
.TagClassName
{
border-color: #3F3934;
}
</style>