Shades of Gondola #362F2D
Tints of Gondola #362F2D
RGB
CMYK
RGB Variations
Color information
#362F2D (or 0x362F2D) is known color: Gondola. HEX triplet: 36, 2F and 2D. RGB value is (54,47,45). Sum of RGB (Red+Green+Blue) = 54+47+45=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2D is #C9D0D2. Grayscale: #303030. Windows color (decimal): -13226195 or 2961206. OLE color: 2961206.
HSL color Cylindrical-coordinate representation of color #362F2D: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #362F2D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 45 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.79 |
| HSL | 13.33º | 0.09% | 0.19% | - |
| HSV(B) | 13.33º | 0.17% | 0.21% | - |
| XYZ | 3.01 | 3.01 | 2.9 | - |
| YUV | 48.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 45 | 0 | 0.13 | 0.17 | 0.79 | 13.33 | 0.09 | 0.19 |
| Hex | 36 | 2F | 2D | 0 | D | 11 | 4F | D | 9 | 13 |
| Octal | 66 | 57 | 55 | 0 | 15 | 21 | 117 | 15 | 11 | 23 |
| Binary | 110110 | 101111 | 101101 | 0 | 1101 | 10001 | 1001111 | 1101 | 1001 | 10011 |
Color Harmonies of #362F2D
Complementary color
Monochromatic Colors of #362F2D
Black with #362F2D
Text Example
Text Example
White with #362F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F2D; }
p { color: rgb(54,47,45); }
H1.HeaderClassName
{
color: #362F2D;
}
.AnyTagClassName
{
color: #362F2D;
}
</style>
background-color css
<style>
a { background-color: #362F2D; }
a { background-color: rgb(54,47,45); }
div.DivClassName
{
background-color: #362F2D;
}
.BgClassName
{
background-color: #362F2D;
}
</style>
border-color css
<style>
span { border-color: #362F2D; }
span { border-color: rgb(54,47,45); }
td.TdClassName
{
border-color: #362F2D;
}
.TagClassName
{
border-color: #362F2D;
}
</style>