Shades of Paua #1F1750
Tints of Paua #1F1750
RGB
CMYK
RGB Variations
Color information
#1F1750 (or 0x1F1750) is known color: Paua. HEX triplet: 1F, 17 and 50. RGB value is (31,23,80). Sum of RGB (Red+Green+Blue) = 31+23+80=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F1750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1750 is #E0E8AF. Grayscale: #1F1F1F. Windows color (decimal): -14739632 or 5248799. OLE color: 5248799.
HSL color Cylindrical-coordinate representation of color #1F1750: hue angle of 248.42º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1750 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 23 | 80 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.69 |
| HSL | 248.42º | 0.55% | 0.2% | - |
| HSV(B) | 248.42º | 0.71% | 0.31% | - |
| XYZ | 2.32 | 1.48 | 7.75 | - |
| YUV | 31.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 80 | 0.61 | 0.71 | 0 | 0.69 | 248.42 | 0.55 | 0.2 |
| Hex | 1F | 17 | 50 | 3D | 47 | 0 | 45 | F8 | 37 | 14 |
| Octal | 37 | 27 | 120 | 75 | 107 | 0 | 105 | 370 | 67 | 24 |
| Binary | 11111 | 10111 | 1010000 | 111101 | 1000111 | 0 | 1000101 | 11111000 | 110111 | 10100 |
Color Harmonies of #1F1750
Complementary color
Monochromatic Colors of #1F1750
Black with #1F1750
Text Example
Text Example
White with #1F1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1750; }
p { color: rgb(31,23,80); }
H1.HeaderClassName
{
color: #1F1750;
}
.AnyTagClassName
{
color: #1F1750;
}
</style>
background-color css
<style>
a { background-color: #1F1750; }
a { background-color: rgb(31,23,80); }
div.DivClassName
{
background-color: #1F1750;
}
.BgClassName
{
background-color: #1F1750;
}
</style>
border-color css
<style>
span { border-color: #1F1750; }
span { border-color: rgb(31,23,80); }
td.TdClassName
{
border-color: #1F1750;
}
.TagClassName
{
border-color: #1F1750;
}
</style>