Shades of Aztec #303A39
Tints of Aztec #303A39
RGB
CMYK
RGB Variations
Color information
#303A39 (or 0x303A39) is known color: Aztec. HEX triplet: 30, 3A and 39. RGB value is (48,58,57). Sum of RGB (Red+Green+Blue) = 48+58+57=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 58 - color contains mainly: green. Hex color #303A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A39 is #CFC5C6. Grayscale: #363636. Windows color (decimal): -13616583 or 3750448. OLE color: 3750448.
HSL color Cylindrical-coordinate representation of color #303A39: hue angle of 174º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #303A39 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 57 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.77 |
| HSL | 174º | 0.09% | 0.21% | - |
| HSV(B) | 174º | 0.17% | 0.23% | - |
| XYZ | 3.47 | 3.95 | 4.45 | - |
| YUV | 54.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 57 | 0.17 | 0 | 0.02 | 0.77 | 174 | 0.09 | 0.21 |
| Hex | 30 | 3A | 39 | 11 | 0 | 2 | 4D | AE | 9 | 15 |
| Octal | 60 | 72 | 71 | 21 | 0 | 2 | 115 | 256 | 11 | 25 |
| Binary | 110000 | 111010 | 111001 | 10001 | 0 | 10 | 1001101 | 10101110 | 1001 | 10101 |
Color Harmonies of #303A39
Complementary color
Monochromatic Colors of #303A39
Black with #303A39
Text Example
Text Example
White with #303A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A39; }
p { color: rgb(48,58,57); }
H1.HeaderClassName
{
color: #303A39;
}
.AnyTagClassName
{
color: #303A39;
}
</style>
background-color css
<style>
a { background-color: #303A39; }
a { background-color: rgb(48,58,57); }
div.DivClassName
{
background-color: #303A39;
}
.BgClassName
{
background-color: #303A39;
}
</style>
border-color css
<style>
span { border-color: #303A39; }
span { border-color: rgb(48,58,57); }
td.TdClassName
{
border-color: #303A39;
}
.TagClassName
{
border-color: #303A39;
}
</style>