Shades of Aztec #303C39
Tints of Aztec #303C39
RGB
CMYK
RGB Variations
Color information
#303C39 (or 0x303C39) is known color: Aztec. HEX triplet: 30, 3C and 39. RGB value is (48,60,57). Sum of RGB (Red+Green+Blue) = 48+60+57=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #303C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C39 is #CFC3C6. Grayscale: #383838. Windows color (decimal): -13616071 or 3750960. OLE color: 3750960.
HSL color Cylindrical-coordinate representation of color #303C39: hue angle of 165º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #303C39 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 60 | 57 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.76 |
| HSL | 165º | 0.11% | 0.21% | - |
| HSV(B) | 165º | 0.2% | 0.24% | - |
| XYZ | 3.57 | 4.16 | 4.48 | - |
| YUV | 56.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 57 | 0.20 | 0 | 0.05 | 0.76 | 165 | 0.11 | 0.21 |
| Hex | 30 | 3C | 39 | 14 | 0 | 5 | 4C | A5 | B | 15 |
| Octal | 60 | 74 | 71 | 24 | 0 | 5 | 114 | 245 | 13 | 25 |
| Binary | 110000 | 111100 | 111001 | 10100 | 0 | 101 | 1001100 | 10100101 | 1011 | 10101 |
Color Harmonies of #303C39
Complementary color
Monochromatic Colors of #303C39
Black with #303C39
Text Example
Text Example
White with #303C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C39; }
p { color: rgb(48,60,57); }
H1.HeaderClassName
{
color: #303C39;
}
.AnyTagClassName
{
color: #303C39;
}
</style>
background-color css
<style>
a { background-color: #303C39; }
a { background-color: rgb(48,60,57); }
div.DivClassName
{
background-color: #303C39;
}
.BgClassName
{
background-color: #303C39;
}
</style>
border-color css
<style>
span { border-color: #303C39; }
span { border-color: rgb(48,60,57); }
td.TdClassName
{
border-color: #303C39;
}
.TagClassName
{
border-color: #303C39;
}
</style>