Shades of Kilamanjaro #39302C
Tints of Kilamanjaro #39302C
RGB
CMYK
RGB Variations
Color information
#39302C (or 0x39302C) is known color: Kilamanjaro. HEX triplet: 39, 30 and 2C. RGB value is (57,48,44). Sum of RGB (Red+Green+Blue) = 57+48+44=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #39302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39302C is #C6CFD3. Grayscale: #323232. Windows color (decimal): -13029332 or 2895929. OLE color: 2895929.
HSL color Cylindrical-coordinate representation of color #39302C: hue angle of 18.46º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39302C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 44 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.78 |
| HSL | 18.46º | 0.13% | 0.2% | - |
| HSV(B) | 18.46º | 0.23% | 0.22% | - |
| XYZ | 3.2 | 3.17 | 2.83 | - |
| YUV | 50.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 44 | 0 | 0.16 | 0.23 | 0.78 | 18.46 | 0.13 | 0.2 |
| Hex | 39 | 30 | 2C | 0 | 10 | 17 | 4E | 12 | D | 14 |
| Octal | 71 | 60 | 54 | 0 | 20 | 27 | 116 | 22 | 15 | 24 |
| Binary | 111001 | 110000 | 101100 | 0 | 10000 | 10111 | 1001110 | 10010 | 1101 | 10100 |
Color Harmonies of #39302C
Complementary color
Monochromatic Colors of #39302C
Black with #39302C
Text Example
Text Example
White with #39302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39302C; }
p { color: rgb(57,48,44); }
H1.HeaderClassName
{
color: #39302C;
}
.AnyTagClassName
{
color: #39302C;
}
</style>
background-color css
<style>
a { background-color: #39302C; }
a { background-color: rgb(57,48,44); }
div.DivClassName
{
background-color: #39302C;
}
.BgClassName
{
background-color: #39302C;
}
</style>
border-color css
<style>
span { border-color: #39302C; }
span { border-color: rgb(57,48,44); }
td.TdClassName
{
border-color: #39302C;
}
.TagClassName
{
border-color: #39302C;
}
</style>