Shades of Paua #1F1749
Tints of Paua #1F1749
RGB
CMYK
RGB Variations
Color information
#1F1749 (or 0x1F1749) is known color: Paua. HEX triplet: 1F, 17 and 49. RGB value is (31,23,73). Sum of RGB (Red+Green+Blue) = 31+23+73=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 23 (9.38% from 255 or 18.11% 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 #1F1749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1749 is #E0E8B6. Grayscale: #1E1E1E. Windows color (decimal): -14739639 or 4790047. OLE color: 4790047.
HSL color Cylindrical-coordinate representation of color #1F1749: hue angle of 249.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1749 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 23 | 73 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.71 |
| HSL | 249.6º | 0.52% | 0.19% | - |
| HSV(B) | 249.6º | 0.68% | 0.29% | - |
| XYZ | 2.07 | 1.39 | 6.46 | - |
| YUV | 31.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 73 | 0.58 | 0.68 | 0 | 0.71 | 249.6 | 0.52 | 0.19 |
| Hex | 1F | 17 | 49 | 3A | 44 | 0 | 47 | FA | 34 | 13 |
| Octal | 37 | 27 | 111 | 72 | 104 | 0 | 107 | 372 | 64 | 23 |
| Binary | 11111 | 10111 | 1001001 | 111010 | 1000100 | 0 | 1000111 | 11111010 | 110100 | 10011 |
Color Harmonies of #1F1749
Complementary color
Monochromatic Colors of #1F1749
Black with #1F1749
Text Example
Text Example
White with #1F1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1749; }
p { color: rgb(31,23,73); }
H1.HeaderClassName
{
color: #1F1749;
}
.AnyTagClassName
{
color: #1F1749;
}
</style>
background-color css
<style>
a { background-color: #1F1749; }
a { background-color: rgb(31,23,73); }
div.DivClassName
{
background-color: #1F1749;
}
.BgClassName
{
background-color: #1F1749;
}
</style>
border-color css
<style>
span { border-color: #1F1749; }
span { border-color: rgb(31,23,73); }
td.TdClassName
{
border-color: #1F1749;
}
.TagClassName
{
border-color: #1F1749;
}
</style>