Shades of Kilamanjaro #35302D
Tints of Kilamanjaro #35302D
RGB
CMYK
RGB Variations
Color information
#35302D (or 0x35302D) is known color: Kilamanjaro. HEX triplet: 35, 30 and 2D. RGB value is (53,48,45). Sum of RGB (Red+Green+Blue) = 53+48+45=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #35302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302D is #CACFD2. Grayscale: #313131. Windows color (decimal): -13291475 or 2961461. OLE color: 2961461.
HSL color Cylindrical-coordinate representation of color #35302D: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35302D is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 45 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.79 |
| HSL | 22.5º | 0.08% | 0.19% | - |
| HSV(B) | 22.5º | 0.15% | 0.21% | - |
| XYZ | 3 | 3.06 | 2.92 | - |
| YUV | 49.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 45 | 0 | 0.09 | 0.15 | 0.79 | 22.5 | 0.08 | 0.19 |
| Hex | 35 | 30 | 2D | 0 | 9 | F | 4F | 16 | 8 | 13 |
| Octal | 65 | 60 | 55 | 0 | 11 | 17 | 117 | 26 | 10 | 23 |
| Binary | 110101 | 110000 | 101101 | 0 | 1001 | 1111 | 1001111 | 10110 | 1000 | 10011 |
Color Harmonies of #35302D
Complementary color
Monochromatic Colors of #35302D
Black with #35302D
Text Example
Text Example
White with #35302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35302D; }
p { color: rgb(53,48,45); }
H1.HeaderClassName
{
color: #35302D;
}
.AnyTagClassName
{
color: #35302D;
}
</style>
background-color css
<style>
a { background-color: #35302D; }
a { background-color: rgb(53,48,45); }
div.DivClassName
{
background-color: #35302D;
}
.BgClassName
{
background-color: #35302D;
}
</style>
border-color css
<style>
span { border-color: #35302D; }
span { border-color: rgb(53,48,45); }
td.TdClassName
{
border-color: #35302D;
}
.TagClassName
{
border-color: #35302D;
}
</style>