Shades of Kilamanjaro #3C3A38
Tints of Kilamanjaro #3C3A38
RGB
CMYK
RGB Variations
Color information
#3C3A38 (or 0x3C3A38) is known color: Kilamanjaro. HEX triplet: 3C, 3A and 38. RGB value is (60,58,56). Sum of RGB (Red+Green+Blue) = 60+58+56=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A38 is #C3C5C7. Grayscale: #3A3A3A. Windows color (decimal): -12830152 or 3684924. OLE color: 3684924.
HSL color Cylindrical-coordinate representation of color #3C3A38: hue angle of 30º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3C3A38 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 56 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.76 |
| HSL | 30º | 0.03% | 0.23% | - |
| HSV(B) | 30º | 0.07% | 0.24% | - |
| XYZ | 4.09 | 4.27 | 4.35 | - |
| YUV | 58.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 56 | 0 | 0.03 | 0.07 | 0.76 | 30 | 0.03 | 0.23 |
| Hex | 3C | 3A | 38 | 0 | 3 | 7 | 4C | 1E | 3 | 17 |
| Octal | 74 | 72 | 70 | 0 | 3 | 7 | 114 | 36 | 3 | 27 |
| Binary | 111100 | 111010 | 111000 | 0 | 11 | 111 | 1001100 | 11110 | 11 | 10111 |
Color Harmonies of #3C3A38
Complementary color
Monochromatic Colors of #3C3A38
Black with #3C3A38
Text Example
Text Example
White with #3C3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A38; }
p { color: rgb(60,58,56); }
H1.HeaderClassName
{
color: #3C3A38;
}
.AnyTagClassName
{
color: #3C3A38;
}
</style>
background-color css
<style>
a { background-color: #3C3A38; }
a { background-color: rgb(60,58,56); }
div.DivClassName
{
background-color: #3C3A38;
}
.BgClassName
{
background-color: #3C3A38;
}
</style>
border-color css
<style>
span { border-color: #3C3A38; }
span { border-color: rgb(60,58,56); }
td.TdClassName
{
border-color: #3C3A38;
}
.TagClassName
{
border-color: #3C3A38;
}
</style>