Shades of Kilamanjaro #383736
Tints of Kilamanjaro #383736
RGB
CMYK
RGB Variations
Color information
#383736 (or 0x383736) is known color: Kilamanjaro. HEX triplet: 38, 37 and 36. RGB value is (56,55,54). Sum of RGB (Red+Green+Blue) = 56+55+54=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 56 - color contains mainly: red. Hex color #383736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383736 is #C7C8C9. Grayscale: #373737. Windows color (decimal): -13093066 or 3553080. OLE color: 3553080.
HSL color Cylindrical-coordinate representation of color #383736: hue angle of 30º degrees, saturation: 0.02, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #383736 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 54 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.78 |
| HSL | 30º | 0.02% | 0.22% | - |
| HSV(B) | 30º | 0.04% | 0.22% | - |
| XYZ | 3.66 | 3.84 | 4.04 | - |
| YUV | 55.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 54 | 0 | 0.02 | 0.04 | 0.78 | 30 | 0.02 | 0.22 |
| Hex | 38 | 37 | 36 | 0 | 2 | 4 | 4E | 1E | 2 | 16 |
| Octal | 70 | 67 | 66 | 0 | 2 | 4 | 116 | 36 | 2 | 26 |
| Binary | 111000 | 110111 | 110110 | 0 | 10 | 100 | 1001110 | 11110 | 10 | 10110 |
Color Harmonies of #383736
Complementary color
Monochromatic Colors of #383736
Black with #383736
Text Example
Text Example
White with #383736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383736; }
p { color: rgb(56,55,54); }
H1.HeaderClassName
{
color: #383736;
}
.AnyTagClassName
{
color: #383736;
}
</style>
background-color css
<style>
a { background-color: #383736; }
a { background-color: rgb(56,55,54); }
div.DivClassName
{
background-color: #383736;
}
.BgClassName
{
background-color: #383736;
}
</style>
border-color css
<style>
span { border-color: #383736; }
span { border-color: rgb(56,55,54); }
td.TdClassName
{
border-color: #383736;
}
.TagClassName
{
border-color: #383736;
}
</style>