Shades of Paua #1D1949
Tints of Paua #1D1949
RGB
CMYK
RGB Variations
Color information
#1D1949 (or 0x1D1949) is known color: Paua. HEX triplet: 1D, 19 and 49. RGB value is (29,25,73). Sum of RGB (Red+Green+Blue) = 29+25+73=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1949 is #E2E6B6. Grayscale: #1F1F1F. Windows color (decimal): -14870199 or 4790557. OLE color: 4790557.
HSL color Cylindrical-coordinate representation of color #1D1949: hue angle of 245º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D1949 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 25 | 73 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.71 |
| HSL | 245º | 0.49% | 0.19% | - |
| HSV(B) | 245º | 0.66% | 0.29% | - |
| XYZ | 2.06 | 1.44 | 6.47 | - |
| YUV | 31.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 73 | 0.60 | 0.66 | 0 | 0.71 | 245 | 0.49 | 0.19 |
| Hex | 1D | 19 | 49 | 3C | 42 | 0 | 47 | F5 | 31 | 13 |
| Octal | 35 | 31 | 111 | 74 | 102 | 0 | 107 | 365 | 61 | 23 |
| Binary | 11101 | 11001 | 1001001 | 111100 | 1000010 | 0 | 1000111 | 11110101 | 110001 | 10011 |
Color Harmonies of #1D1949
Complementary color
Monochromatic Colors of #1D1949
Black with #1D1949
Text Example
Text Example
White with #1D1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1949; }
p { color: rgb(29,25,73); }
H1.HeaderClassName
{
color: #1D1949;
}
.AnyTagClassName
{
color: #1D1949;
}
</style>
background-color css
<style>
a { background-color: #1D1949; }
a { background-color: rgb(29,25,73); }
div.DivClassName
{
background-color: #1D1949;
}
.BgClassName
{
background-color: #1D1949;
}
</style>
border-color css
<style>
span { border-color: #1D1949; }
span { border-color: rgb(29,25,73); }
td.TdClassName
{
border-color: #1D1949;
}
.TagClassName
{
border-color: #1D1949;
}
</style>