Shades of Kilamanjaro #3D3833
Tints of Kilamanjaro #3D3833
RGB
CMYK
RGB Variations
Color information
#3D3833 (or 0x3D3833) is known color: Kilamanjaro. HEX triplet: 3D, 38 and 33. RGB value is (61,56,51). Sum of RGB (Red+Green+Blue) = 61+56+51=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3833 is #C2C7CC. Grayscale: #383838. Windows color (decimal): -12765133 or 3356733. OLE color: 3356733.
HSL color Cylindrical-coordinate representation of color #3D3833: hue angle of 30º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D3833 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 51 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.76 |
| HSL | 30º | 0.09% | 0.22% | - |
| HSV(B) | 30º | 0.16% | 0.24% | - |
| XYZ | 3.94 | 4.06 | 3.71 | - |
| YUV | 56.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 51 | 0 | 0.08 | 0.16 | 0.76 | 30 | 0.09 | 0.22 |
| Hex | 3D | 38 | 33 | 0 | 8 | 10 | 4C | 1E | 9 | 16 |
| Octal | 75 | 70 | 63 | 0 | 10 | 20 | 114 | 36 | 11 | 26 |
| Binary | 111101 | 111000 | 110011 | 0 | 1000 | 10000 | 1001100 | 11110 | 1001 | 10110 |
Color Harmonies of #3D3833
Complementary color
Monochromatic Colors of #3D3833
Black with #3D3833
Text Example
Text Example
White with #3D3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3833; }
p { color: rgb(61,56,51); }
H1.HeaderClassName
{
color: #3D3833;
}
.AnyTagClassName
{
color: #3D3833;
}
</style>
background-color css
<style>
a { background-color: #3D3833; }
a { background-color: rgb(61,56,51); }
div.DivClassName
{
background-color: #3D3833;
}
.BgClassName
{
background-color: #3D3833;
}
</style>
border-color css
<style>
span { border-color: #3D3833; }
span { border-color: rgb(61,56,51); }
td.TdClassName
{
border-color: #3D3833;
}
.TagClassName
{
border-color: #3D3833;
}
</style>