Shades of Paua #1F1650
Tints of Paua #1F1650
RGB
CMYK
RGB Variations
Color information
#1F1650 (or 0x1F1650) is known color: Paua. HEX triplet: 1F, 16 and 50. RGB value is (31,22,80). Sum of RGB (Red+Green+Blue) = 31+22+80=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1650 is #E0E9AF. Grayscale: #1F1F1F. Windows color (decimal): -14739888 or 5248543. OLE color: 5248543.
HSL color Cylindrical-coordinate representation of color #1F1650: hue angle of 249.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F1650 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 22 | 80 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.69 |
| HSL | 249.31º | 0.57% | 0.2% | - |
| HSV(B) | 249.31º | 0.73% | 0.31% | - |
| XYZ | 2.3 | 1.44 | 7.75 | - |
| YUV | 31.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 80 | 0.61 | 0.72 | 0 | 0.69 | 249.31 | 0.57 | 0.2 |
| Hex | 1F | 16 | 50 | 3D | 48 | 0 | 45 | F9 | 39 | 14 |
| Octal | 37 | 26 | 120 | 75 | 110 | 0 | 105 | 371 | 71 | 24 |
| Binary | 11111 | 10110 | 1010000 | 111101 | 1001000 | 0 | 1000101 | 11111001 | 111001 | 10100 |
Color Harmonies of #1F1650
Complementary color
Monochromatic Colors of #1F1650
Black with #1F1650
Text Example
Text Example
White with #1F1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1650; }
p { color: rgb(31,22,80); }
H1.HeaderClassName
{
color: #1F1650;
}
.AnyTagClassName
{
color: #1F1650;
}
</style>
background-color css
<style>
a { background-color: #1F1650; }
a { background-color: rgb(31,22,80); }
div.DivClassName
{
background-color: #1F1650;
}
.BgClassName
{
background-color: #1F1650;
}
</style>
border-color css
<style>
span { border-color: #1F1650; }
span { border-color: rgb(31,22,80); }
td.TdClassName
{
border-color: #1F1650;
}
.TagClassName
{
border-color: #1F1650;
}
</style>