Shades of Kilamanjaro #3F3A37
Tints of Kilamanjaro #3F3A37
RGB
CMYK
RGB Variations
Color information
#3F3A37 (or 0x3F3A37) is known color: Kilamanjaro. HEX triplet: 3F, 3A and 37. RGB value is (63,58,55). Sum of RGB (Red+Green+Blue) = 63+58+55=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A37 is #C0C5C8. Grayscale: #3B3B3B. Windows color (decimal): -12633545 or 3619391. OLE color: 3619391.
HSL color Cylindrical-coordinate representation of color #3F3A37: hue angle of 22.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3F3A37 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 55 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.75 |
| HSL | 22.5º | 0.07% | 0.23% | - |
| HSV(B) | 22.5º | 0.13% | 0.25% | - |
| XYZ | 4.25 | 4.36 | 4.23 | - |
| YUV | 59.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 55 | 0 | 0.08 | 0.13 | 0.75 | 22.5 | 0.07 | 0.23 |
| Hex | 3F | 3A | 37 | 0 | 8 | D | 4B | 16 | 7 | 17 |
| Octal | 77 | 72 | 67 | 0 | 10 | 15 | 113 | 26 | 7 | 27 |
| Binary | 111111 | 111010 | 110111 | 0 | 1000 | 1101 | 1001011 | 10110 | 111 | 10111 |
Color Harmonies of #3F3A37
Complementary color
Monochromatic Colors of #3F3A37
Black with #3F3A37
Text Example
Text Example
White with #3F3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A37; }
p { color: rgb(63,58,55); }
H1.HeaderClassName
{
color: #3F3A37;
}
.AnyTagClassName
{
color: #3F3A37;
}
</style>
background-color css
<style>
a { background-color: #3F3A37; }
a { background-color: rgb(63,58,55); }
div.DivClassName
{
background-color: #3F3A37;
}
.BgClassName
{
background-color: #3F3A37;
}
</style>
border-color css
<style>
span { border-color: #3F3A37; }
span { border-color: rgb(63,58,55); }
td.TdClassName
{
border-color: #3F3A37;
}
.TagClassName
{
border-color: #3F3A37;
}
</style>