Shades of Aztec #263331
Tints of Aztec #263331
RGB
CMYK
RGB Variations
Color information
#263331 (or 0x263331) is known color: Aztec. HEX triplet: 26, 33 and 31. RGB value is (38,51,49). Sum of RGB (Red+Green+Blue) = 38+51+49=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #263331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263331 is #D9CCCE. Grayscale: #2E2E2E. Windows color (decimal): -14273743 or 3224358. OLE color: 3224358.
HSL color Cylindrical-coordinate representation of color #263331: hue angle of 170.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #263331 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 38 | 51 | 49 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.8 |
| HSL | 170.77º | 0.15% | 0.17% | - |
| HSV(B) | 170.77º | 0.25% | 0.2% | - |
| XYZ | 2.54 | 3 | 3.35 | - |
| YUV | 46.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 49 | 0.25 | 0 | 0.04 | 0.8 | 170.77 | 0.15 | 0.17 |
| Hex | 26 | 33 | 31 | 19 | 0 | 4 | 50 | AB | F | 11 |
| Octal | 46 | 63 | 61 | 31 | 0 | 4 | 120 | 253 | 17 | 21 |
| Binary | 100110 | 110011 | 110001 | 11001 | 0 | 100 | 1010000 | 10101011 | 1111 | 10001 |
Color Harmonies of #263331
Complementary color
Monochromatic Colors of #263331
Black with #263331
Text Example
Text Example
White with #263331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263331; }
p { color: rgb(38,51,49); }
H1.HeaderClassName
{
color: #263331;
}
.AnyTagClassName
{
color: #263331;
}
</style>
background-color css
<style>
a { background-color: #263331; }
a { background-color: rgb(38,51,49); }
div.DivClassName
{
background-color: #263331;
}
.BgClassName
{
background-color: #263331;
}
</style>
border-color css
<style>
span { border-color: #263331; }
span { border-color: rgb(38,51,49); }
td.TdClassName
{
border-color: #263331;
}
.TagClassName
{
border-color: #263331;
}
</style>