Shades of Aztec #233834
Tints of Aztec #233834
RGB
CMYK
RGB Variations
Color information
#233834 (or 0x233834) is known color: Aztec. HEX triplet: 23, 38 and 34. RGB value is (35,56,52). Sum of RGB (Red+Green+Blue) = 35+56+52=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #233834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233834 is #DCC7CB. Grayscale: #313131. Windows color (decimal): -14469068 or 3422243. OLE color: 3422243.
HSL color Cylindrical-coordinate representation of color #233834: hue angle of 168.57º 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 #233834 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 52 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.78 |
| HSL | 168.57º | 0.23% | 0.18% | - |
| HSV(B) | 168.57º | 0.38% | 0.22% | - |
| XYZ | 2.73 | 3.43 | 3.77 | - |
| YUV | 49.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 52 | 0.37 | 0 | 0.07 | 0.78 | 168.57 | 0.23 | 0.18 |
| Hex | 23 | 38 | 34 | 25 | 0 | 7 | 4E | A9 | 17 | 12 |
| Octal | 43 | 70 | 64 | 45 | 0 | 7 | 116 | 251 | 27 | 22 |
| Binary | 100011 | 111000 | 110100 | 100101 | 0 | 111 | 1001110 | 10101001 | 10111 | 10010 |
Color Harmonies of #233834
Complementary color
Monochromatic Colors of #233834
Black with #233834
Text Example
Text Example
White with #233834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233834; }
p { color: rgb(35,56,52); }
H1.HeaderClassName
{
color: #233834;
}
.AnyTagClassName
{
color: #233834;
}
</style>
background-color css
<style>
a { background-color: #233834; }
a { background-color: rgb(35,56,52); }
div.DivClassName
{
background-color: #233834;
}
.BgClassName
{
background-color: #233834;
}
</style>
border-color css
<style>
span { border-color: #233834; }
span { border-color: rgb(35,56,52); }
td.TdClassName
{
border-color: #233834;
}
.TagClassName
{
border-color: #233834;
}
</style>