Shades of Paua #1F1350
Tints of Paua #1F1350
RGB
CMYK
RGB Variations
Color information
#1F1350 (or 0x1F1350) is known color: Paua. HEX triplet: 1F, 13 and 50. RGB value is (31,19,80). Sum of RGB (Red+Green+Blue) = 31+19+80=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F1350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1350 is #E0ECAF. Grayscale: #1D1D1D. Windows color (decimal): -14740656 or 5247775. OLE color: 5247775.
HSL color Cylindrical-coordinate representation of color #1F1350: hue angle of 251.8º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1350 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 19 | 80 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.69 |
| HSL | 251.8º | 0.62% | 0.19% | - |
| HSV(B) | 251.8º | 0.76% | 0.31% | - |
| XYZ | 2.25 | 1.34 | 7.73 | - |
| YUV | 29.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 80 | 0.61 | 0.76 | 0 | 0.69 | 251.8 | 0.62 | 0.19 |
| Hex | 1F | 13 | 50 | 3D | 4C | 0 | 45 | FC | 3E | 13 |
| Octal | 37 | 23 | 120 | 75 | 114 | 0 | 105 | 374 | 76 | 23 |
| Binary | 11111 | 10011 | 1010000 | 111101 | 1001100 | 0 | 1000101 | 11111100 | 111110 | 10011 |
Color Harmonies of #1F1350
Complementary color
Monochromatic Colors of #1F1350
Black with #1F1350
Text Example
Text Example
White with #1F1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1350; }
p { color: rgb(31,19,80); }
H1.HeaderClassName
{
color: #1F1350;
}
.AnyTagClassName
{
color: #1F1350;
}
</style>
background-color css
<style>
a { background-color: #1F1350; }
a { background-color: rgb(31,19,80); }
div.DivClassName
{
background-color: #1F1350;
}
.BgClassName
{
background-color: #1F1350;
}
</style>
border-color css
<style>
span { border-color: #1F1350; }
span { border-color: rgb(31,19,80); }
td.TdClassName
{
border-color: #1F1350;
}
.TagClassName
{
border-color: #1F1350;
}
</style>