Shades of Paua #1D1947
Tints of Paua #1D1947
RGB
CMYK
RGB Variations
Color information
#1D1947 (or 0x1D1947) is known color: Paua. HEX triplet: 1D, 19 and 47. RGB value is (29,25,71). Sum of RGB (Red+Green+Blue) = 29+25+71=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1947 is #E2E6B8. Grayscale: #1F1F1F. Windows color (decimal): -14870201 or 4659485. OLE color: 4659485.
HSL color Cylindrical-coordinate representation of color #1D1947: hue angle of 245.22º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D1947 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 25 | 71 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.72 |
| HSL | 245.22º | 0.48% | 0.19% | - |
| HSV(B) | 245.22º | 0.65% | 0.28% | - |
| XYZ | 1.99 | 1.41 | 6.13 | - |
| YUV | 31.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 71 | 0.59 | 0.65 | 0 | 0.72 | 245.22 | 0.48 | 0.19 |
| Hex | 1D | 19 | 47 | 3B | 41 | 0 | 48 | F5 | 30 | 13 |
| Octal | 35 | 31 | 107 | 73 | 101 | 0 | 110 | 365 | 60 | 23 |
| Binary | 11101 | 11001 | 1000111 | 111011 | 1000001 | 0 | 1001000 | 11110101 | 110000 | 10011 |
Color Harmonies of #1D1947
Complementary color
Monochromatic Colors of #1D1947
Black with #1D1947
Text Example
Text Example
White with #1D1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1947; }
p { color: rgb(29,25,71); }
H1.HeaderClassName
{
color: #1D1947;
}
.AnyTagClassName
{
color: #1D1947;
}
</style>
background-color css
<style>
a { background-color: #1D1947; }
a { background-color: rgb(29,25,71); }
div.DivClassName
{
background-color: #1D1947;
}
.BgClassName
{
background-color: #1D1947;
}
</style>
border-color css
<style>
span { border-color: #1D1947; }
span { border-color: rgb(29,25,71); }
td.TdClassName
{
border-color: #1D1947;
}
.TagClassName
{
border-color: #1D1947;
}
</style>