Shades of Paua #1F0F59
Tints of Paua #1F0F59
RGB
CMYK
RGB Variations
Color information
#1F0F59 (or 0x1F0F59) is known color: Paua. HEX triplet: 1F, 0F and 59. RGB value is (31,15,89). Sum of RGB (Red+Green+Blue) = 31+15+89=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F0F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0F59 is #E0F0A6. Grayscale: #1B1B1B. Windows color (decimal): -14741671 or 5836575. OLE color: 5836575.
HSL color Cylindrical-coordinate representation of color #1F0F59: hue angle of 252.97º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F0F59 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 15 | 89 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.65 |
| HSL | 252.97º | 0.71% | 0.2% | - |
| HSV(B) | 252.97º | 0.83% | 0.35% | - |
| XYZ | 2.54 | 1.35 | 9.58 | - |
| YUV | 28.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 89 | 0.65 | 0.83 | 0 | 0.65 | 252.97 | 0.71 | 0.2 |
| Hex | 1F | F | 59 | 41 | 53 | 0 | 41 | FD | 47 | 14 |
| Octal | 37 | 17 | 131 | 101 | 123 | 0 | 101 | 375 | 107 | 24 |
| Binary | 11111 | 1111 | 1011001 | 1000001 | 1010011 | 0 | 1000001 | 11111101 | 1000111 | 10100 |
Color Harmonies of #1F0F59
Complementary color
Monochromatic Colors of #1F0F59
Black with #1F0F59
Text Example
Text Example
White with #1F0F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F59; }
p { color: rgb(31,15,89); }
H1.HeaderClassName
{
color: #1F0F59;
}
.AnyTagClassName
{
color: #1F0F59;
}
</style>
background-color css
<style>
a { background-color: #1F0F59; }
a { background-color: rgb(31,15,89); }
div.DivClassName
{
background-color: #1F0F59;
}
.BgClassName
{
background-color: #1F0F59;
}
</style>
border-color css
<style>
span { border-color: #1F0F59; }
span { border-color: rgb(31,15,89); }
td.TdClassName
{
border-color: #1F0F59;
}
.TagClassName
{
border-color: #1F0F59;
}
</style>