Shades of Gondola #352E2B
Tints of Gondola #352E2B
RGB
CMYK
RGB Variations
Color information
#352E2B (or 0x352E2B) is known color: Gondola. HEX triplet: 35, 2E and 2B. RGB value is (53,46,43). Sum of RGB (Red+Green+Blue) = 53+46+43=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E2B is #CAD1D4. Grayscale: #2F2F2F. Windows color (decimal): -13291989 or 2829877. OLE color: 2829877.
HSL color Cylindrical-coordinate representation of color #352E2B: 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 #352E2B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 46 | 43 | - |
CMYK | 0 | 0.13 | 0.19 | 0.79 |
HSL | 18º | 0.1% | 0.19% | - |
HSV(B) | 18º | 0.19% | 0.21% | - |
XYZ | 2.88 | 2.89 | 2.69 | - |
YUV | 47.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 46 | 43 | 0 | 0.13 | 0.19 | 0.79 | 18 | 0.1 | 0.19 |
Hex | 35 | 2E | 2B | 0 | D | 13 | 4F | 12 | A | 13 |
Octal | 65 | 56 | 53 | 0 | 15 | 23 | 117 | 22 | 12 | 23 |
Binary | 110101 | 101110 | 101011 | 0 | 1101 | 10011 | 1001111 | 10010 | 1010 | 10011 |
Color Harmonies of #352E2B
Complementary color
Monochromatic Colors of #352E2B
Black with #352E2B
Text Example
Text Example
White with #352E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E2B; }
p { color: rgb(53,46,43); }
H1.HeaderClassName
{
color: #352E2B;
}
.AnyTagClassName
{
color: #352E2B;
}
</style>
background-color css
<style>
a { background-color: #352E2B; }
a { background-color: rgb(53,46,43); }
div.DivClassName
{
background-color: #352E2B;
}
.BgClassName
{
background-color: #352E2B;
}
</style>
border-color css
<style>
span { border-color: #352E2B; }
span { border-color: rgb(53,46,43); }
td.TdClassName
{
border-color: #352E2B;
}
.TagClassName
{
border-color: #352E2B;
}
</style>