Shades of Paua #1F1949
Tints of Paua #1F1949
RGB
CMYK
RGB Variations
Color information
#1F1949 (or 0x1F1949) is known color: Paua. HEX triplet: 1F, 19 and 49. RGB value is (31,25,73). Sum of RGB (Red+Green+Blue) = 31+25+73=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1949 is #E0E6B6. Grayscale: #202020. Windows color (decimal): -14739127 or 4790559. OLE color: 4790559.
HSL color Cylindrical-coordinate representation of color #1F1949: hue angle of 247.5º 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 #1F1949 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 25 | 73 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.71 |
| HSL | 247.5º | 0.49% | 0.19% | - |
| HSV(B) | 247.5º | 0.66% | 0.29% | - |
| XYZ | 2.12 | 1.47 | 6.48 | - |
| YUV | 32.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 73 | 0.58 | 0.66 | 0 | 0.71 | 247.5 | 0.49 | 0.19 |
| Hex | 1F | 19 | 49 | 3A | 42 | 0 | 47 | F8 | 31 | 13 |
| Octal | 37 | 31 | 111 | 72 | 102 | 0 | 107 | 370 | 61 | 23 |
| Binary | 11111 | 11001 | 1001001 | 111010 | 1000010 | 0 | 1000111 | 11111000 | 110001 | 10011 |
Color Harmonies of #1F1949
Complementary color
Monochromatic Colors of #1F1949
Black with #1F1949
Text Example
Text Example
White with #1F1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1949; }
p { color: rgb(31,25,73); }
H1.HeaderClassName
{
color: #1F1949;
}
.AnyTagClassName
{
color: #1F1949;
}
</style>
background-color css
<style>
a { background-color: #1F1949; }
a { background-color: rgb(31,25,73); }
div.DivClassName
{
background-color: #1F1949;
}
.BgClassName
{
background-color: #1F1949;
}
</style>
border-color css
<style>
span { border-color: #1F1949; }
span { border-color: rgb(31,25,73); }
td.TdClassName
{
border-color: #1F1949;
}
.TagClassName
{
border-color: #1F1949;
}
</style>