Shades of Kilamanjaro #3A322C
Tints of Kilamanjaro #3A322C
RGB
CMYK
RGB Variations
Color information
#3A322C (or 0x3A322C) is known color: Kilamanjaro. HEX triplet: 3A, 32 and 2C. RGB value is (58,50,44). Sum of RGB (Red+Green+Blue) = 58+50+44=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A322C is #C5CDD3. Grayscale: #333333. Windows color (decimal): -12963284 or 2896442. OLE color: 2896442.
HSL color Cylindrical-coordinate representation of color #3A322C: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A322C is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 44 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.77 |
| HSL | 25.71º | 0.14% | 0.2% | - |
| HSV(B) | 25.71º | 0.24% | 0.23% | - |
| XYZ | 3.34 | 3.36 | 2.86 | - |
| YUV | 51.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 44 | 0 | 0.14 | 0.24 | 0.77 | 25.71 | 0.14 | 0.2 |
| Hex | 3A | 32 | 2C | 0 | E | 18 | 4D | 1A | E | 14 |
| Octal | 72 | 62 | 54 | 0 | 16 | 30 | 115 | 32 | 16 | 24 |
| Binary | 111010 | 110010 | 101100 | 0 | 1110 | 11000 | 1001101 | 11010 | 1110 | 10100 |
Color Harmonies of #3A322C
Complementary color
Monochromatic Colors of #3A322C
Black with #3A322C
Text Example
Text Example
White with #3A322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A322C; }
p { color: rgb(58,50,44); }
H1.HeaderClassName
{
color: #3A322C;
}
.AnyTagClassName
{
color: #3A322C;
}
</style>
background-color css
<style>
a { background-color: #3A322C; }
a { background-color: rgb(58,50,44); }
div.DivClassName
{
background-color: #3A322C;
}
.BgClassName
{
background-color: #3A322C;
}
</style>
border-color css
<style>
span { border-color: #3A322C; }
span { border-color: rgb(58,50,44); }
td.TdClassName
{
border-color: #3A322C;
}
.TagClassName
{
border-color: #3A322C;
}
</style>