Shades of Aztec #303736
Tints of Aztec #303736
RGB
CMYK
RGB Variations
Color information
#303736 (or 0x303736) is known color: Aztec. HEX triplet: 30, 37 and 36. RGB value is (48,55,54). Sum of RGB (Red+Green+Blue) = 48+55+54=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 55 - color contains mainly: green. Hex color #303736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303736 is #CFC8C9. Grayscale: #343434. Windows color (decimal): -13617354 or 3553072. OLE color: 3553072.
HSL color Cylindrical-coordinate representation of color #303736: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #303736 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 54 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.78 |
| HSL | 171.43º | 0.07% | 0.2% | - |
| HSV(B) | 171.43º | 0.13% | 0.22% | - |
| XYZ | 3.25 | 3.63 | 4.02 | - |
| YUV | 52.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 54 | 0.13 | 0 | 0.02 | 0.78 | 171.43 | 0.07 | 0.2 |
| Hex | 30 | 37 | 36 | D | 0 | 2 | 4E | AB | 7 | 14 |
| Octal | 60 | 67 | 66 | 15 | 0 | 2 | 116 | 253 | 7 | 24 |
| Binary | 110000 | 110111 | 110110 | 1101 | 0 | 10 | 1001110 | 10101011 | 111 | 10100 |
Color Harmonies of #303736
Complementary color
Monochromatic Colors of #303736
Black with #303736
Text Example
Text Example
White with #303736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303736; }
p { color: rgb(48,55,54); }
H1.HeaderClassName
{
color: #303736;
}
.AnyTagClassName
{
color: #303736;
}
</style>
background-color css
<style>
a { background-color: #303736; }
a { background-color: rgb(48,55,54); }
div.DivClassName
{
background-color: #303736;
}
.BgClassName
{
background-color: #303736;
}
</style>
border-color css
<style>
span { border-color: #303736; }
span { border-color: rgb(48,55,54); }
td.TdClassName
{
border-color: #303736;
}
.TagClassName
{
border-color: #303736;
}
</style>