Shades of Gondola #35302E
Tints of Gondola #35302E
RGB
CMYK
RGB Variations
Color information
#35302E (or 0x35302E) is known color: Gondola. HEX triplet: 35, 30 and 2E. RGB value is (53,48,46). Sum of RGB (Red+Green+Blue) = 53+48+46=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #35302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302E is #CACFD1. Grayscale: #313131. Windows color (decimal): -13291474 or 3026997. OLE color: 3026997.
HSL color Cylindrical-coordinate representation of color #35302E: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35302E is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 46 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.79 |
| HSL | 17.14º | 0.07% | 0.19% | - |
| HSV(B) | 17.14º | 0.13% | 0.21% | - |
| XYZ | 3.02 | 3.07 | 3.02 | - |
| YUV | 49.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 46 | 0 | 0.09 | 0.13 | 0.79 | 17.14 | 0.07 | 0.19 |
| Hex | 35 | 30 | 2E | 0 | 9 | D | 4F | 11 | 7 | 13 |
| Octal | 65 | 60 | 56 | 0 | 11 | 15 | 117 | 21 | 7 | 23 |
| Binary | 110101 | 110000 | 101110 | 0 | 1001 | 1101 | 1001111 | 10001 | 111 | 10011 |
Color Harmonies of #35302E
Complementary color
Monochromatic Colors of #35302E
Black with #35302E
Text Example
Text Example
White with #35302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35302E; }
p { color: rgb(53,48,46); }
H1.HeaderClassName
{
color: #35302E;
}
.AnyTagClassName
{
color: #35302E;
}
</style>
background-color css
<style>
a { background-color: #35302E; }
a { background-color: rgb(53,48,46); }
div.DivClassName
{
background-color: #35302E;
}
.BgClassName
{
background-color: #35302E;
}
</style>
border-color css
<style>
span { border-color: #35302E; }
span { border-color: rgb(53,48,46); }
td.TdClassName
{
border-color: #35302E;
}
.TagClassName
{
border-color: #35302E;
}
</style>