Shades of Paua #1E1552
Tints of Paua #1E1552
RGB
CMYK
RGB Variations
Color information
#1E1552 (or 0x1E1552) is known color: Paua. HEX triplet: 1E, 15 and 52. RGB value is (30,21,82). Sum of RGB (Red+Green+Blue) = 30+21+82=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E1552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1552 is #E1EAAD. Grayscale: #1E1E1E. Windows color (decimal): -14805678 or 5379358. OLE color: 5379358.
HSL color Cylindrical-coordinate representation of color #1E1552: hue angle of 248.85º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E1552 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 21 | 82 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.68 |
| HSL | 248.85º | 0.59% | 0.2% | - |
| HSV(B) | 248.85º | 0.74% | 0.32% | - |
| XYZ | 2.33 | 1.42 | 8.13 | - |
| YUV | 30.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 82 | 0.63 | 0.74 | 0 | 0.68 | 248.85 | 0.59 | 0.2 |
| Hex | 1E | 15 | 52 | 3F | 4A | 0 | 44 | F9 | 3B | 14 |
| Octal | 36 | 25 | 122 | 77 | 112 | 0 | 104 | 371 | 73 | 24 |
| Binary | 11110 | 10101 | 1010010 | 111111 | 1001010 | 0 | 1000100 | 11111001 | 111011 | 10100 |
Color Harmonies of #1E1552
Complementary color
Monochromatic Colors of #1E1552
Black with #1E1552
Text Example
Text Example
White with #1E1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1552; }
p { color: rgb(30,21,82); }
H1.HeaderClassName
{
color: #1E1552;
}
.AnyTagClassName
{
color: #1E1552;
}
</style>
background-color css
<style>
a { background-color: #1E1552; }
a { background-color: rgb(30,21,82); }
div.DivClassName
{
background-color: #1E1552;
}
.BgClassName
{
background-color: #1E1552;
}
</style>
border-color css
<style>
span { border-color: #1E1552; }
span { border-color: rgb(30,21,82); }
td.TdClassName
{
border-color: #1E1552;
}
.TagClassName
{
border-color: #1E1552;
}
</style>