Shades of Kilamanjaro #383432
Tints of Kilamanjaro #383432
RGB
CMYK
RGB Variations
Color information
#383432 (or 0x383432) is known color: Kilamanjaro. HEX triplet: 38, 34 and 32. RGB value is (56,52,50). Sum of RGB (Red+Green+Blue) = 56+52+50=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383432 is #C7CBCD. Grayscale: #343434. Windows color (decimal): -13093838 or 3290168. OLE color: 3290168.
HSL color Cylindrical-coordinate representation of color #383432: hue angle of 20º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383432 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 52 | 50 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.78 |
| HSL | 20º | 0.06% | 0.21% | - |
| HSV(B) | 20º | 0.11% | 0.22% | - |
| XYZ | 3.43 | 3.53 | 3.52 | - |
| YUV | 52.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 50 | 0 | 0.07 | 0.11 | 0.78 | 20 | 0.06 | 0.21 |
| Hex | 38 | 34 | 32 | 0 | 7 | B | 4E | 14 | 6 | 15 |
| Octal | 70 | 64 | 62 | 0 | 7 | 13 | 116 | 24 | 6 | 25 |
| Binary | 111000 | 110100 | 110010 | 0 | 111 | 1011 | 1001110 | 10100 | 110 | 10101 |
Color Harmonies of #383432
Complementary color
Monochromatic Colors of #383432
Black with #383432
Text Example
Text Example
White with #383432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383432; }
p { color: rgb(56,52,50); }
H1.HeaderClassName
{
color: #383432;
}
.AnyTagClassName
{
color: #383432;
}
</style>
background-color css
<style>
a { background-color: #383432; }
a { background-color: rgb(56,52,50); }
div.DivClassName
{
background-color: #383432;
}
.BgClassName
{
background-color: #383432;
}
</style>
border-color css
<style>
span { border-color: #383432; }
span { border-color: rgb(56,52,50); }
td.TdClassName
{
border-color: #383432;
}
.TagClassName
{
border-color: #383432;
}
</style>