Shades of Paua #1E1549
Tints of Paua #1E1549
RGB
CMYK
RGB Variations
Color information
#1E1549 (or 0x1E1549) is known color: Paua. HEX triplet: 1E, 15 and 49. RGB value is (30,21,73). Sum of RGB (Red+Green+Blue) = 30+21+73=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E1549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1549 is #E1EAB6. Grayscale: #1D1D1D. Windows color (decimal): -14805687 or 4789534. OLE color: 4789534.
HSL color Cylindrical-coordinate representation of color #1E1549: hue angle of 250.38º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E1549 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 21 | 73 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.71 |
| HSL | 250.38º | 0.55% | 0.18% | - |
| HSV(B) | 250.38º | 0.71% | 0.29% | - |
| XYZ | 2.01 | 1.29 | 6.45 | - |
| YUV | 29.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 73 | 0.59 | 0.71 | 0 | 0.71 | 250.38 | 0.55 | 0.18 |
| Hex | 1E | 15 | 49 | 3B | 47 | 0 | 47 | FA | 37 | 12 |
| Octal | 36 | 25 | 111 | 73 | 107 | 0 | 107 | 372 | 67 | 22 |
| Binary | 11110 | 10101 | 1001001 | 111011 | 1000111 | 0 | 1000111 | 11111010 | 110111 | 10010 |
Color Harmonies of #1E1549
Complementary color
Monochromatic Colors of #1E1549
Black with #1E1549
Text Example
Text Example
White with #1E1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1549; }
p { color: rgb(30,21,73); }
H1.HeaderClassName
{
color: #1E1549;
}
.AnyTagClassName
{
color: #1E1549;
}
</style>
background-color css
<style>
a { background-color: #1E1549; }
a { background-color: rgb(30,21,73); }
div.DivClassName
{
background-color: #1E1549;
}
.BgClassName
{
background-color: #1E1549;
}
</style>
border-color css
<style>
span { border-color: #1E1549; }
span { border-color: rgb(30,21,73); }
td.TdClassName
{
border-color: #1E1549;
}
.TagClassName
{
border-color: #1E1549;
}
</style>