Shades of Aztec #233230
Tints of Aztec #233230
RGB
CMYK
RGB Variations
Color information
#233230 (or 0x233230) is known color: Aztec. HEX triplet: 23, 32 and 30. RGB value is (35,50,48). Sum of RGB (Red+Green+Blue) = 35+50+48=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #233230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233230 is #DCCDCF. Grayscale: #2D2D2D. Windows color (decimal): -14470608 or 3158563. OLE color: 3158563.
HSL color Cylindrical-coordinate representation of color #233230: hue angle of 172º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #233230 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 48 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.80 |
| HSL | 172º | 0.18% | 0.17% | - |
| HSV(B) | 172º | 0.3% | 0.2% | - |
| XYZ | 2.37 | 2.85 | 3.22 | - |
| YUV | 45.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 48 | 0.30 | 0 | 0.04 | 0.80 | 172 | 0.18 | 0.17 |
| Hex | 23 | 32 | 30 | 1E | 0 | 4 | 50 | AC | 12 | 11 |
| Octal | 43 | 62 | 60 | 36 | 0 | 4 | 120 | 254 | 22 | 21 |
| Binary | 100011 | 110010 | 110000 | 11110 | 0 | 100 | 1010000 | 10101100 | 10010 | 10001 |
Color Harmonies of #233230
Complementary color
Monochromatic Colors of #233230
Black with #233230
Text Example
Text Example
White with #233230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233230; }
p { color: rgb(35,50,48); }
H1.HeaderClassName
{
color: #233230;
}
.AnyTagClassName
{
color: #233230;
}
</style>
background-color css
<style>
a { background-color: #233230; }
a { background-color: rgb(35,50,48); }
div.DivClassName
{
background-color: #233230;
}
.BgClassName
{
background-color: #233230;
}
</style>
border-color css
<style>
span { border-color: #233230; }
span { border-color: rgb(35,50,48); }
td.TdClassName
{
border-color: #233230;
}
.TagClassName
{
border-color: #233230;
}
</style>