Shades of Gondola #33302F
Tints of Gondola #33302F
RGB
CMYK
RGB Variations
Color information
#33302F (or 0x33302F) is known color: Gondola. HEX triplet: 33, 30 and 2F. RGB value is (51,48,47). Sum of RGB (Red+Green+Blue) = 51+48+47=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 51 - color contains mainly: red. Hex color #33302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33302F is #CCCFD0. Grayscale: #303030. Windows color (decimal): -13422545 or 3092531. OLE color: 3092531.
HSL color Cylindrical-coordinate representation of color #33302F: hue angle of 15º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #33302F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 47 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.8 |
| HSL | 15º | 0.04% | 0.19% | - |
| HSV(B) | 15º | 0.08% | 0.2% | - |
| XYZ | 2.94 | 3.02 | 3.12 | - |
| YUV | 48.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 47 | 0 | 0.06 | 0.08 | 0.8 | 15 | 0.04 | 0.19 |
| Hex | 33 | 30 | 2F | 0 | 6 | 8 | 50 | F | 4 | 13 |
| Octal | 63 | 60 | 57 | 0 | 6 | 10 | 120 | 17 | 4 | 23 |
| Binary | 110011 | 110000 | 101111 | 0 | 110 | 1000 | 1010000 | 1111 | 100 | 10011 |
Color Harmonies of #33302F
Complementary color
Monochromatic Colors of #33302F
Black with #33302F
Text Example
Text Example
White with #33302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33302F; }
p { color: rgb(51,48,47); }
H1.HeaderClassName
{
color: #33302F;
}
.AnyTagClassName
{
color: #33302F;
}
</style>
background-color css
<style>
a { background-color: #33302F; }
a { background-color: rgb(51,48,47); }
div.DivClassName
{
background-color: #33302F;
}
.BgClassName
{
background-color: #33302F;
}
</style>
border-color css
<style>
span { border-color: #33302F; }
span { border-color: rgb(51,48,47); }
td.TdClassName
{
border-color: #33302F;
}
.TagClassName
{
border-color: #33302F;
}
</style>