Shades of Paua #1D1449
Tints of Paua #1D1449
RGB
CMYK
RGB Variations
Color information
#1D1449 (or 0x1D1449) is known color: Paua. HEX triplet: 1D, 14 and 49. RGB value is (29,20,73). Sum of RGB (Red+Green+Blue) = 29+20+73=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D1449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1449 is #E2EBB6. Grayscale: #1C1C1C. Windows color (decimal): -14871479 or 4789277. OLE color: 4789277.
HSL color Cylindrical-coordinate representation of color #1D1449: hue angle of 250.19º 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 #1D1449 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 20 | 73 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.71 |
| HSL | 250.19º | 0.57% | 0.18% | - |
| HSV(B) | 250.19º | 0.73% | 0.29% | - |
| XYZ | 1.96 | 1.24 | 6.44 | - |
| YUV | 28.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 73 | 0.60 | 0.73 | 0 | 0.71 | 250.19 | 0.57 | 0.18 |
| Hex | 1D | 14 | 49 | 3C | 49 | 0 | 47 | FA | 39 | 12 |
| Octal | 35 | 24 | 111 | 74 | 111 | 0 | 107 | 372 | 71 | 22 |
| Binary | 11101 | 10100 | 1001001 | 111100 | 1001001 | 0 | 1000111 | 11111010 | 111001 | 10010 |
Color Harmonies of #1D1449
Complementary color
Monochromatic Colors of #1D1449
Black with #1D1449
Text Example
Text Example
White with #1D1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1449; }
p { color: rgb(29,20,73); }
H1.HeaderClassName
{
color: #1D1449;
}
.AnyTagClassName
{
color: #1D1449;
}
</style>
background-color css
<style>
a { background-color: #1D1449; }
a { background-color: rgb(29,20,73); }
div.DivClassName
{
background-color: #1D1449;
}
.BgClassName
{
background-color: #1D1449;
}
</style>
border-color css
<style>
span { border-color: #1D1449; }
span { border-color: rgb(29,20,73); }
td.TdClassName
{
border-color: #1D1449;
}
.TagClassName
{
border-color: #1D1449;
}
</style>