Shades of Kilamanjaro #3B3A39
Tints of Kilamanjaro #3B3A39
RGB
CMYK
RGB Variations
Color information
#3B3A39 (or 0x3B3A39) is known color: Kilamanjaro. HEX triplet: 3B, 3A and 39. RGB value is (59,58,57). Sum of RGB (Red+Green+Blue) = 59+58+57=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A39 is #C4C5C6. Grayscale: #3A3A3A. Windows color (decimal): -12895687 or 3750459. OLE color: 3750459.
HSL color Cylindrical-coordinate representation of color #3B3A39: hue angle of 30º degrees, saturation: 0.02, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3B3A39 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 57 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.77 |
| HSL | 30º | 0.02% | 0.23% | - |
| HSV(B) | 30º | 0.03% | 0.23% | - |
| XYZ | 4.06 | 4.25 | 4.48 | - |
| YUV | 58.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 57 | 0 | 0.02 | 0.03 | 0.77 | 30 | 0.02 | 0.23 |
| Hex | 3B | 3A | 39 | 0 | 2 | 3 | 4D | 1E | 2 | 17 |
| Octal | 73 | 72 | 71 | 0 | 2 | 3 | 115 | 36 | 2 | 27 |
| Binary | 111011 | 111010 | 111001 | 0 | 10 | 11 | 1001101 | 11110 | 10 | 10111 |
Color Harmonies of #3B3A39
Complementary color
Monochromatic Colors of #3B3A39
Black with #3B3A39
Text Example
Text Example
White with #3B3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A39; }
p { color: rgb(59,58,57); }
H1.HeaderClassName
{
color: #3B3A39;
}
.AnyTagClassName
{
color: #3B3A39;
}
</style>
background-color css
<style>
a { background-color: #3B3A39; }
a { background-color: rgb(59,58,57); }
div.DivClassName
{
background-color: #3B3A39;
}
.BgClassName
{
background-color: #3B3A39;
}
</style>
border-color css
<style>
span { border-color: #3B3A39; }
span { border-color: rgb(59,58,57); }
td.TdClassName
{
border-color: #3B3A39;
}
.TagClassName
{
border-color: #3B3A39;
}
</style>