Shades of Paua #1E1449
Tints of Paua #1E1449
RGB
CMYK
RGB Variations
Color information
#1E1449 (or 0x1E1449) is known color: Paua. HEX triplet: 1E, 14 and 49. RGB value is (30,20,73). Sum of RGB (Red+Green+Blue) = 30+20+73=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E1449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1449 is #E1EBB6. Grayscale: #1C1C1C. Windows color (decimal): -14805943 or 4789278. OLE color: 4789278.
HSL color Cylindrical-coordinate representation of color #1E1449: hue angle of 251.32º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E1449 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 20 | 73 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.71 |
| HSL | 251.32º | 0.57% | 0.18% | - |
| HSV(B) | 251.32º | 0.73% | 0.29% | - |
| XYZ | 1.99 | 1.26 | 6.44 | - |
| YUV | 29.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 73 | 0.59 | 0.73 | 0 | 0.71 | 251.32 | 0.57 | 0.18 |
| Hex | 1E | 14 | 49 | 3B | 49 | 0 | 47 | FB | 39 | 12 |
| Octal | 36 | 24 | 111 | 73 | 111 | 0 | 107 | 373 | 71 | 22 |
| Binary | 11110 | 10100 | 1001001 | 111011 | 1001001 | 0 | 1000111 | 11111011 | 111001 | 10010 |
Color Harmonies of #1E1449
Complementary color
Monochromatic Colors of #1E1449
Black with #1E1449
Text Example
Text Example
White with #1E1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1449; }
p { color: rgb(30,20,73); }
H1.HeaderClassName
{
color: #1E1449;
}
.AnyTagClassName
{
color: #1E1449;
}
</style>
background-color css
<style>
a { background-color: #1E1449; }
a { background-color: rgb(30,20,73); }
div.DivClassName
{
background-color: #1E1449;
}
.BgClassName
{
background-color: #1E1449;
}
</style>
border-color css
<style>
span { border-color: #1E1449; }
span { border-color: rgb(30,20,73); }
td.TdClassName
{
border-color: #1E1449;
}
.TagClassName
{
border-color: #1E1449;
}
</style>