Shades of Gondola #362F2C
Tints of Gondola #362F2C
RGB
CMYK
RGB Variations
Color information
#362F2C (or 0x362F2C) is known color: Gondola. HEX triplet: 36, 2F and 2C. RGB value is (54,47,44). Sum of RGB (Red+Green+Blue) = 54+47+44=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2C is #C9D0D3. Grayscale: #303030. Windows color (decimal): -13226196 or 2895670. OLE color: 2895670.
HSL color Cylindrical-coordinate representation of color #362F2C: hue angle of 18º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362F2C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 44 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.79 |
| HSL | 18º | 0.1% | 0.19% | - |
| HSV(B) | 18º | 0.19% | 0.21% | - |
| XYZ | 2.99 | 3 | 2.8 | - |
| YUV | 48.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 44 | 0 | 0.13 | 0.19 | 0.79 | 18 | 0.1 | 0.19 |
| Hex | 36 | 2F | 2C | 0 | D | 13 | 4F | 12 | A | 13 |
| Octal | 66 | 57 | 54 | 0 | 15 | 23 | 117 | 22 | 12 | 23 |
| Binary | 110110 | 101111 | 101100 | 0 | 1101 | 10011 | 1001111 | 10010 | 1010 | 10011 |
Color Harmonies of #362F2C
Complementary color
Monochromatic Colors of #362F2C
Black with #362F2C
Text Example
Text Example
White with #362F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F2C; }
p { color: rgb(54,47,44); }
H1.HeaderClassName
{
color: #362F2C;
}
.AnyTagClassName
{
color: #362F2C;
}
</style>
background-color css
<style>
a { background-color: #362F2C; }
a { background-color: rgb(54,47,44); }
div.DivClassName
{
background-color: #362F2C;
}
.BgClassName
{
background-color: #362F2C;
}
</style>
border-color css
<style>
span { border-color: #362F2C; }
span { border-color: rgb(54,47,44); }
td.TdClassName
{
border-color: #362F2C;
}
.TagClassName
{
border-color: #362F2C;
}
</style>