Shades of Gondola #363130
Tints of Gondola #363130
RGB
CMYK
RGB Variations
Color information
#363130 (or 0x363130) is known color: Gondola. HEX triplet: 36, 31 and 30. RGB value is (54,49,48). Sum of RGB (Red+Green+Blue) = 54+49+48=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #363130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363130 is #C9CECF. Grayscale: #323232. Windows color (decimal): -13225680 or 3158326. OLE color: 3158326.
HSL color Cylindrical-coordinate representation of color #363130: hue angle of 10º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #363130 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 49 | 48 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.79 |
| HSL | 10º | 0.06% | 0.2% | - |
| HSV(B) | 10º | 0.11% | 0.21% | - |
| XYZ | 3.15 | 3.19 | 3.25 | - |
| YUV | 50.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 48 | 0 | 0.09 | 0.11 | 0.79 | 10 | 0.06 | 0.2 |
| Hex | 36 | 31 | 30 | 0 | 9 | B | 4F | A | 6 | 14 |
| Octal | 66 | 61 | 60 | 0 | 11 | 13 | 117 | 12 | 6 | 24 |
| Binary | 110110 | 110001 | 110000 | 0 | 1001 | 1011 | 1001111 | 1010 | 110 | 10100 |
Color Harmonies of #363130
Complementary color
Monochromatic Colors of #363130
Black with #363130
Text Example
Text Example
White with #363130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363130; }
p { color: rgb(54,49,48); }
H1.HeaderClassName
{
color: #363130;
}
.AnyTagClassName
{
color: #363130;
}
</style>
background-color css
<style>
a { background-color: #363130; }
a { background-color: rgb(54,49,48); }
div.DivClassName
{
background-color: #363130;
}
.BgClassName
{
background-color: #363130;
}
</style>
border-color css
<style>
span { border-color: #363130; }
span { border-color: rgb(54,49,48); }
td.TdClassName
{
border-color: #363130;
}
.TagClassName
{
border-color: #363130;
}
</style>