Shades of Paua #1F1351
Tints of Paua #1F1351
RGB
CMYK
RGB Variations
Color information
#1F1351 (or 0x1F1351) is known color: Paua. HEX triplet: 1F, 13 and 51. RGB value is (31,19,81). Sum of RGB (Red+Green+Blue) = 31+19+81=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F1351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1351 is #E0ECAE. Grayscale: #1D1D1D. Windows color (decimal): -14740655 or 5313311. OLE color: 5313311.
HSL color Cylindrical-coordinate representation of color #1F1351: hue angle of 251.61º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1351 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 19 | 81 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.68 |
| HSL | 251.61º | 0.62% | 0.2% | - |
| HSV(B) | 251.61º | 0.77% | 0.32% | - |
| XYZ | 2.28 | 1.35 | 7.93 | - |
| YUV | 29.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 81 | 0.62 | 0.77 | 0 | 0.68 | 251.61 | 0.62 | 0.2 |
| Hex | 1F | 13 | 51 | 3E | 4D | 0 | 44 | FC | 3E | 14 |
| Octal | 37 | 23 | 121 | 76 | 115 | 0 | 104 | 374 | 76 | 24 |
| Binary | 11111 | 10011 | 1010001 | 111110 | 1001101 | 0 | 1000100 | 11111100 | 111110 | 10100 |
Color Harmonies of #1F1351
Complementary color
Monochromatic Colors of #1F1351
Black with #1F1351
Text Example
Text Example
White with #1F1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1351; }
p { color: rgb(31,19,81); }
H1.HeaderClassName
{
color: #1F1351;
}
.AnyTagClassName
{
color: #1F1351;
}
</style>
background-color css
<style>
a { background-color: #1F1351; }
a { background-color: rgb(31,19,81); }
div.DivClassName
{
background-color: #1F1351;
}
.BgClassName
{
background-color: #1F1351;
}
</style>
border-color css
<style>
span { border-color: #1F1351; }
span { border-color: rgb(31,19,81); }
td.TdClassName
{
border-color: #1F1351;
}
.TagClassName
{
border-color: #1F1351;
}
</style>