Shades of Paua #1D1451
Tints of Paua #1D1451
RGB
CMYK
RGB Variations
Color information
#1D1451 (or 0x1D1451) is known color: Paua. HEX triplet: 1D, 14 and 51. RGB value is (29,20,81). Sum of RGB (Red+Green+Blue) = 29+20+81=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1451 is #E2EBAE. Grayscale: #1D1D1D. Windows color (decimal): -14871471 or 5313565. OLE color: 5313565.
HSL color Cylindrical-coordinate representation of color #1D1451: hue angle of 248.85º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D1451 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 20 | 81 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.68 |
| HSL | 248.85º | 0.6% | 0.2% | - |
| HSV(B) | 248.85º | 0.75% | 0.32% | - |
| XYZ | 2.24 | 1.36 | 7.93 | - |
| YUV | 29.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 81 | 0.64 | 0.75 | 0 | 0.68 | 248.85 | 0.6 | 0.2 |
| Hex | 1D | 14 | 51 | 40 | 4B | 0 | 44 | F9 | 3C | 14 |
| Octal | 35 | 24 | 121 | 100 | 113 | 0 | 104 | 371 | 74 | 24 |
| Binary | 11101 | 10100 | 1010001 | 1000000 | 1001011 | 0 | 1000100 | 11111001 | 111100 | 10100 |
Color Harmonies of #1D1451
Complementary color
Monochromatic Colors of #1D1451
Black with #1D1451
Text Example
Text Example
White with #1D1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1451; }
p { color: rgb(29,20,81); }
H1.HeaderClassName
{
color: #1D1451;
}
.AnyTagClassName
{
color: #1D1451;
}
</style>
background-color css
<style>
a { background-color: #1D1451; }
a { background-color: rgb(29,20,81); }
div.DivClassName
{
background-color: #1D1451;
}
.BgClassName
{
background-color: #1D1451;
}
</style>
border-color css
<style>
span { border-color: #1D1451; }
span { border-color: rgb(29,20,81); }
td.TdClassName
{
border-color: #1D1451;
}
.TagClassName
{
border-color: #1D1451;
}
</style>