Shades of Kilamanjaro #37302C
Tints of Kilamanjaro #37302C
RGB
CMYK
RGB Variations
Color information
#37302C (or 0x37302C) is known color: Kilamanjaro. HEX triplet: 37, 30 and 2C. RGB value is (55,48,44). Sum of RGB (Red+Green+Blue) = 55+48+44=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #37302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37302C is #C8CFD3. Grayscale: #313131. Windows color (decimal): -13160404 or 2895927. OLE color: 2895927.
HSL color Cylindrical-coordinate representation of color #37302C: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #37302C is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 44 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.78 |
| HSL | 21.82º | 0.11% | 0.19% | - |
| HSV(B) | 21.82º | 0.2% | 0.22% | - |
| XYZ | 3.09 | 3.11 | 2.82 | - |
| YUV | 49.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 44 | 0 | 0.13 | 0.2 | 0.78 | 21.82 | 0.11 | 0.19 |
| Hex | 37 | 30 | 2C | 0 | D | 14 | 4E | 16 | B | 13 |
| Octal | 67 | 60 | 54 | 0 | 15 | 24 | 116 | 26 | 13 | 23 |
| Binary | 110111 | 110000 | 101100 | 0 | 1101 | 10100 | 1001110 | 10110 | 1011 | 10011 |
Color Harmonies of #37302C
Complementary color
Monochromatic Colors of #37302C
Black with #37302C
Text Example
Text Example
White with #37302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37302C; }
p { color: rgb(55,48,44); }
H1.HeaderClassName
{
color: #37302C;
}
.AnyTagClassName
{
color: #37302C;
}
</style>
background-color css
<style>
a { background-color: #37302C; }
a { background-color: rgb(55,48,44); }
div.DivClassName
{
background-color: #37302C;
}
.BgClassName
{
background-color: #37302C;
}
</style>
border-color css
<style>
span { border-color: #37302C; }
span { border-color: rgb(55,48,44); }
td.TdClassName
{
border-color: #37302C;
}
.TagClassName
{
border-color: #37302C;
}
</style>