Shades of Aztec #233835
Tints of Aztec #233835
RGB
CMYK
RGB Variations
Color information
#233835 (or 0x233835) is known color: Aztec. HEX triplet: 23, 38 and 35. RGB value is (35,56,53). Sum of RGB (Red+Green+Blue) = 35+56+53=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #233835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233835 is #DCC7CA. Grayscale: #313131. Windows color (decimal): -14469067 or 3487779. OLE color: 3487779.
HSL color Cylindrical-coordinate representation of color #233835: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233835 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 53 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.78 |
| HSL | 171.43º | 0.23% | 0.18% | - |
| HSV(B) | 171.43º | 0.38% | 0.22% | - |
| XYZ | 2.75 | 3.44 | 3.89 | - |
| YUV | 49.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 53 | 0.37 | 0 | 0.05 | 0.78 | 171.43 | 0.23 | 0.18 |
| Hex | 23 | 38 | 35 | 25 | 0 | 5 | 4E | AB | 17 | 12 |
| Octal | 43 | 70 | 65 | 45 | 0 | 5 | 116 | 253 | 27 | 22 |
| Binary | 100011 | 111000 | 110101 | 100101 | 0 | 101 | 1001110 | 10101011 | 10111 | 10010 |
Color Harmonies of #233835
Complementary color
Monochromatic Colors of #233835
Black with #233835
Text Example
Text Example
White with #233835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233835; }
p { color: rgb(35,56,53); }
H1.HeaderClassName
{
color: #233835;
}
.AnyTagClassName
{
color: #233835;
}
</style>
background-color css
<style>
a { background-color: #233835; }
a { background-color: rgb(35,56,53); }
div.DivClassName
{
background-color: #233835;
}
.BgClassName
{
background-color: #233835;
}
</style>
border-color css
<style>
span { border-color: #233835; }
span { border-color: rgb(35,56,53); }
td.TdClassName
{
border-color: #233835;
}
.TagClassName
{
border-color: #233835;
}
</style>