Shades of Paua #1E1744
Tints of Paua #1E1744
RGB
CMYK
RGB Variations
Color information
#1E1744 (or 0x1E1744) is known color: Paua. HEX triplet: 1E, 17 and 44. RGB value is (30,23,68). Sum of RGB (Red+Green+Blue) = 30+23+68=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E1744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1744 is #E1E8BB. Grayscale: #1E1E1E. Windows color (decimal): -14805180 or 4462366. OLE color: 4462366.
HSL color Cylindrical-coordinate representation of color #1E1744: hue angle of 249.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E1744 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 23 | 68 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.73 |
| HSL | 249.33º | 0.49% | 0.18% | - |
| HSV(B) | 249.33º | 0.66% | 0.27% | - |
| XYZ | 1.89 | 1.31 | 5.62 | - |
| YUV | 30.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 68 | 0.56 | 0.66 | 0 | 0.73 | 249.33 | 0.49 | 0.18 |
| Hex | 1E | 17 | 44 | 38 | 42 | 0 | 49 | F9 | 31 | 12 |
| Octal | 36 | 27 | 104 | 70 | 102 | 0 | 111 | 371 | 61 | 22 |
| Binary | 11110 | 10111 | 1000100 | 111000 | 1000010 | 0 | 1001001 | 11111001 | 110001 | 10010 |
Color Harmonies of #1E1744
Complementary color
Monochromatic Colors of #1E1744
Black with #1E1744
Text Example
Text Example
White with #1E1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1744; }
p { color: rgb(30,23,68); }
H1.HeaderClassName
{
color: #1E1744;
}
.AnyTagClassName
{
color: #1E1744;
}
</style>
background-color css
<style>
a { background-color: #1E1744; }
a { background-color: rgb(30,23,68); }
div.DivClassName
{
background-color: #1E1744;
}
.BgClassName
{
background-color: #1E1744;
}
</style>
border-color css
<style>
span { border-color: #1E1744; }
span { border-color: rgb(30,23,68); }
td.TdClassName
{
border-color: #1E1744;
}
.TagClassName
{
border-color: #1E1744;
}
</style>