Shades of Aztec #263D39
Tints of Aztec #263D39
RGB
CMYK
RGB Variations
Color information
#263D39 (or 0x263D39) is known color: Aztec. HEX triplet: 26, 3D and 39. RGB value is (38,61,57). Sum of RGB (Red+Green+Blue) = 38+61+57=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 61 - color contains mainly: green. Hex color #263D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D39 is #D9C2C6. Grayscale: #353535. Windows color (decimal): -14271175 or 3751206. OLE color: 3751206.
HSL color Cylindrical-coordinate representation of color #263D39: hue angle of 169.57º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D39 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 57 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.76 |
| HSL | 169.57º | 0.23% | 0.19% | - |
| HSV(B) | 169.57º | 0.38% | 0.24% | - |
| XYZ | 3.21 | 4.04 | 4.48 | - |
| YUV | 53.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 57 | 0.38 | 0 | 0.07 | 0.76 | 169.57 | 0.23 | 0.19 |
| Hex | 26 | 3D | 39 | 26 | 0 | 7 | 4C | AA | 17 | 13 |
| Octal | 46 | 75 | 71 | 46 | 0 | 7 | 114 | 252 | 27 | 23 |
| Binary | 100110 | 111101 | 111001 | 100110 | 0 | 111 | 1001100 | 10101010 | 10111 | 10011 |
Color Harmonies of #263D39
Complementary color
Monochromatic Colors of #263D39
Black with #263D39
Text Example
Text Example
White with #263D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D39; }
p { color: rgb(38,61,57); }
H1.HeaderClassName
{
color: #263D39;
}
.AnyTagClassName
{
color: #263D39;
}
</style>
background-color css
<style>
a { background-color: #263D39; }
a { background-color: rgb(38,61,57); }
div.DivClassName
{
background-color: #263D39;
}
.BgClassName
{
background-color: #263D39;
}
</style>
border-color css
<style>
span { border-color: #263D39; }
span { border-color: rgb(38,61,57); }
td.TdClassName
{
border-color: #263D39;
}
.TagClassName
{
border-color: #263D39;
}
</style>