Shades of Aztec #263835
Tints of Aztec #263835
RGB
CMYK
RGB Variations
Color information
#263835 (or 0x263835) is known color: Aztec. HEX triplet: 26, 38 and 35. RGB value is (38,56,53). Sum of RGB (Red+Green+Blue) = 38+56+53=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 56 - color contains mainly: green. Hex color #263835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263835 is #D9C7CA. Grayscale: #323232. Windows color (decimal): -14272459 or 3487782. OLE color: 3487782.
HSL color Cylindrical-coordinate representation of color #263835: hue angle of 170º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #263835 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 53 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.78 |
| HSL | 170º | 0.19% | 0.18% | - |
| HSV(B) | 170º | 0.32% | 0.22% | - |
| XYZ | 2.86 | 3.5 | 3.89 | - |
| YUV | 50.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 53 | 0.32 | 0 | 0.05 | 0.78 | 170 | 0.19 | 0.18 |
| Hex | 26 | 38 | 35 | 20 | 0 | 5 | 4E | AA | 13 | 12 |
| Octal | 46 | 70 | 65 | 40 | 0 | 5 | 116 | 252 | 23 | 22 |
| Binary | 100110 | 111000 | 110101 | 100000 | 0 | 101 | 1001110 | 10101010 | 10011 | 10010 |
Color Harmonies of #263835
Complementary color
Monochromatic Colors of #263835
Black with #263835
Text Example
Text Example
White with #263835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263835; }
p { color: rgb(38,56,53); }
H1.HeaderClassName
{
color: #263835;
}
.AnyTagClassName
{
color: #263835;
}
</style>
background-color css
<style>
a { background-color: #263835; }
a { background-color: rgb(38,56,53); }
div.DivClassName
{
background-color: #263835;
}
.BgClassName
{
background-color: #263835;
}
</style>
border-color css
<style>
span { border-color: #263835; }
span { border-color: rgb(38,56,53); }
td.TdClassName
{
border-color: #263835;
}
.TagClassName
{
border-color: #263835;
}
</style>