Shades of Paua #1F1F49
Tints of Paua #1F1F49
RGB
CMYK
RGB Variations
Color information
#1F1F49 (or 0x1F1F49) is known color: Paua. HEX triplet: 1F, 1F and 49. RGB value is (31,31,73). Sum of RGB (Red+Green+Blue) = 31+31+73=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F1F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F49 is #E0E0B6. Grayscale: #232323. Windows color (decimal): -14737591 or 4792095. OLE color: 4792095.
HSL color Cylindrical-coordinate representation of color #1F1F49: hue angle of 240º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F1F49 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 31 | 73 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.71 |
| HSL | 240º | 0.4% | 0.2% | - |
| HSV(B) | 240º | 0.58% | 0.29% | - |
| XYZ | 2.26 | 1.75 | 6.52 | - |
| YUV | 35.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 31 | 73 | 0.58 | 0.58 | 0 | 0.71 | 240 | 0.4 | 0.2 |
| Hex | 1F | 1F | 49 | 3A | 3A | 0 | 47 | F0 | 28 | 14 |
| Octal | 37 | 37 | 111 | 72 | 72 | 0 | 107 | 360 | 50 | 24 |
| Binary | 11111 | 11111 | 1001001 | 111010 | 111010 | 0 | 1000111 | 11110000 | 101000 | 10100 |
Color Harmonies of #1F1F49
Complementary color
Monochromatic Colors of #1F1F49
Black with #1F1F49
Text Example
Text Example
White with #1F1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1F49; }
p { color: rgb(31,31,73); }
H1.HeaderClassName
{
color: #1F1F49;
}
.AnyTagClassName
{
color: #1F1F49;
}
</style>
background-color css
<style>
a { background-color: #1F1F49; }
a { background-color: rgb(31,31,73); }
div.DivClassName
{
background-color: #1F1F49;
}
.BgClassName
{
background-color: #1F1F49;
}
</style>
border-color css
<style>
span { border-color: #1F1F49; }
span { border-color: rgb(31,31,73); }
td.TdClassName
{
border-color: #1F1F49;
}
.TagClassName
{
border-color: #1F1F49;
}
</style>