Shades of Kilamanjaro #3F3732
Tints of Kilamanjaro #3F3732
RGB
CMYK
RGB Variations
Color information
#3F3732 (or 0x3F3732) is known color: Kilamanjaro. HEX triplet: 3F, 37 and 32. RGB value is (63,55,50). Sum of RGB (Red+Green+Blue) = 63+55+50=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3732 is #C0C8CD. Grayscale: #383838. Windows color (decimal): -12634318 or 3290943. OLE color: 3290943.
HSL color Cylindrical-coordinate representation of color #3F3732: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3732 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 50 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.75 |
| HSL | 23.08º | 0.12% | 0.22% | - |
| HSV(B) | 23.08º | 0.21% | 0.25% | - |
| XYZ | 3.99 | 4.02 | 3.58 | - |
| YUV | 56.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 50 | 0 | 0.13 | 0.21 | 0.75 | 23.08 | 0.12 | 0.22 |
| Hex | 3F | 37 | 32 | 0 | D | 15 | 4B | 17 | C | 16 |
| Octal | 77 | 67 | 62 | 0 | 15 | 25 | 113 | 27 | 14 | 26 |
| Binary | 111111 | 110111 | 110010 | 0 | 1101 | 10101 | 1001011 | 10111 | 1100 | 10110 |
Color Harmonies of #3F3732
Complementary color
Monochromatic Colors of #3F3732
Black with #3F3732
Text Example
Text Example
White with #3F3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3732; }
p { color: rgb(63,55,50); }
H1.HeaderClassName
{
color: #3F3732;
}
.AnyTagClassName
{
color: #3F3732;
}
</style>
background-color css
<style>
a { background-color: #3F3732; }
a { background-color: rgb(63,55,50); }
div.DivClassName
{
background-color: #3F3732;
}
.BgClassName
{
background-color: #3F3732;
}
</style>
border-color css
<style>
span { border-color: #3F3732; }
span { border-color: rgb(63,55,50); }
td.TdClassName
{
border-color: #3F3732;
}
.TagClassName
{
border-color: #3F3732;
}
</style>