Shades of Aztec #1C3833
Tints of Aztec #1C3833
RGB
CMYK
RGB Variations
Color information
#1C3833 (or 0x1C3833) is known color: Aztec. HEX triplet: 1C, 38 and 33. RGB value is (28,56,51). Sum of RGB (Red+Green+Blue) = 28+56+51=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3833 is #E3C7CC. Grayscale: #2F2F2F. Windows color (decimal): -14927821 or 3356700. OLE color: 3356700.
HSL color Cylindrical-coordinate representation of color #1C3833: hue angle of 169.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C3833 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 51 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.78 |
| HSL | 169.29º | 0.33% | 0.16% | - |
| HSV(B) | 169.29º | 0.5% | 0.22% | - |
| XYZ | 2.49 | 3.31 | 3.64 | - |
| YUV | 47.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 51 | 0.50 | 0 | 0.09 | 0.78 | 169.29 | 0.33 | 0.16 |
| Hex | 1C | 38 | 33 | 32 | 0 | 9 | 4E | A9 | 21 | 10 |
| Octal | 34 | 70 | 63 | 62 | 0 | 11 | 116 | 251 | 41 | 20 |
| Binary | 11100 | 111000 | 110011 | 110010 | 0 | 1001 | 1001110 | 10101001 | 100001 | 10000 |
Color Harmonies of #1C3833
Complementary color
Monochromatic Colors of #1C3833
Black with #1C3833
Text Example
Text Example
White with #1C3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3833; }
p { color: rgb(28,56,51); }
H1.HeaderClassName
{
color: #1C3833;
}
.AnyTagClassName
{
color: #1C3833;
}
</style>
background-color css
<style>
a { background-color: #1C3833; }
a { background-color: rgb(28,56,51); }
div.DivClassName
{
background-color: #1C3833;
}
.BgClassName
{
background-color: #1C3833;
}
</style>
border-color css
<style>
span { border-color: #1C3833; }
span { border-color: rgb(28,56,51); }
td.TdClassName
{
border-color: #1C3833;
}
.TagClassName
{
border-color: #1C3833;
}
</style>