Shades of Gondola #3A302D
Tints of Gondola #3A302D
RGB
CMYK
RGB Variations
Color information
#3A302D (or 0x3A302D) is known color: Gondola. HEX triplet: 3A, 30 and 2D. RGB value is (58,48,45). Sum of RGB (Red+Green+Blue) = 58+48+45=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A302D is #C5CFD2. Grayscale: #323232. Windows color (decimal): -12963795 or 2961466. OLE color: 2961466.
HSL color Cylindrical-coordinate representation of color #3A302D: hue angle of 13.85º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A302D is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 48 | 45 | - |
CMYK | 0 | 0.17 | 0.22 | 0.77 |
HSL | 13.85º | 0.13% | 0.2% | - |
HSV(B) | 13.85º | 0.22% | 0.23% | - |
XYZ | 3.28 | 3.2 | 2.93 | - |
YUV | 50.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 48 | 45 | 0 | 0.17 | 0.22 | 0.77 | 13.85 | 0.13 | 0.2 |
Hex | 3A | 30 | 2D | 0 | 11 | 16 | 4D | E | D | 14 |
Octal | 72 | 60 | 55 | 0 | 21 | 26 | 115 | 16 | 15 | 24 |
Binary | 111010 | 110000 | 101101 | 0 | 10001 | 10110 | 1001101 | 1110 | 1101 | 10100 |
Color Harmonies of #3A302D
Complementary color
Monochromatic Colors of #3A302D
Black with #3A302D
Text Example
Text Example
White with #3A302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A302D; }
p { color: rgb(58,48,45); }
H1.HeaderClassName
{
color: #3A302D;
}
.AnyTagClassName
{
color: #3A302D;
}
</style>
background-color css
<style>
a { background-color: #3A302D; }
a { background-color: rgb(58,48,45); }
div.DivClassName
{
background-color: #3A302D;
}
.BgClassName
{
background-color: #3A302D;
}
</style>
border-color css
<style>
span { border-color: #3A302D; }
span { border-color: rgb(58,48,45); }
td.TdClassName
{
border-color: #3A302D;
}
.TagClassName
{
border-color: #3A302D;
}
</style>