Shades of Kilamanjaro #343231
Tints of Kilamanjaro #343231
RGB
CMYK
RGB Variations
Color information
#343231 (or 0x343231) is known color: Kilamanjaro. HEX triplet: 34, 32 and 31. RGB value is (52,50,49). Sum of RGB (Red+Green+Blue) = 52+50+49=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 52 - color contains mainly: red. Hex color #343231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343231 is #CBCDCE. Grayscale: #323232. Windows color (decimal): -13356495 or 3224116. OLE color: 3224116.
HSL color Cylindrical-coordinate representation of color #343231: hue angle of 20º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #343231 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 50 | 49 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.80 |
| HSL | 20º | 0.03% | 0.2% | - |
| HSV(B) | 20º | 0.06% | 0.2% | - |
| XYZ | 3.11 | 3.23 | 3.37 | - |
| YUV | 50.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 49 | 0 | 0.04 | 0.06 | 0.80 | 20 | 0.03 | 0.2 |
| Hex | 34 | 32 | 31 | 0 | 4 | 6 | 50 | 14 | 3 | 14 |
| Octal | 64 | 62 | 61 | 0 | 4 | 6 | 120 | 24 | 3 | 24 |
| Binary | 110100 | 110010 | 110001 | 0 | 100 | 110 | 1010000 | 10100 | 11 | 10100 |
Color Harmonies of #343231
Complementary color
Monochromatic Colors of #343231
Black with #343231
Text Example
Text Example
White with #343231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343231; }
p { color: rgb(52,50,49); }
H1.HeaderClassName
{
color: #343231;
}
.AnyTagClassName
{
color: #343231;
}
</style>
background-color css
<style>
a { background-color: #343231; }
a { background-color: rgb(52,50,49); }
div.DivClassName
{
background-color: #343231;
}
.BgClassName
{
background-color: #343231;
}
</style>
border-color css
<style>
span { border-color: #343231; }
span { border-color: rgb(52,50,49); }
td.TdClassName
{
border-color: #343231;
}
.TagClassName
{
border-color: #343231;
}
</style>