Shades of Paua #1F1E4F
Tints of Paua #1F1E4F
RGB
CMYK
RGB Variations
Color information
#1F1E4F (or 0x1F1E4F) is known color: Paua. HEX triplet: 1F, 1E and 4F. RGB value is (31,30,79). Sum of RGB (Red+Green+Blue) = 31+30+79=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F1E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1E4F is #E0E1B0. Grayscale: #232323. Windows color (decimal): -14737841 or 5185055. OLE color: 5185055.
HSL color Cylindrical-coordinate representation of color #1F1E4F: hue angle of 241.22º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F1E4F is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 30 | 79 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.69 |
| HSL | 241.22º | 0.45% | 0.21% | - |
| HSV(B) | 241.22º | 0.62% | 0.31% | - |
| XYZ | 2.44 | 1.78 | 7.61 | - |
| YUV | 35.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 30 | 79 | 0.61 | 0.62 | 0 | 0.69 | 241.22 | 0.45 | 0.21 |
| Hex | 1F | 1E | 4F | 3D | 3E | 0 | 45 | F1 | 2D | 15 |
| Octal | 37 | 36 | 117 | 75 | 76 | 0 | 105 | 361 | 55 | 25 |
| Binary | 11111 | 11110 | 1001111 | 111101 | 111110 | 0 | 1000101 | 11110001 | 101101 | 10101 |
Color Harmonies of #1F1E4F
Complementary color
Monochromatic Colors of #1F1E4F
Black with #1F1E4F
Text Example
Text Example
White with #1F1E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1E4F; }
p { color: rgb(31,30,79); }
H1.HeaderClassName
{
color: #1F1E4F;
}
.AnyTagClassName
{
color: #1F1E4F;
}
</style>
background-color css
<style>
a { background-color: #1F1E4F; }
a { background-color: rgb(31,30,79); }
div.DivClassName
{
background-color: #1F1E4F;
}
.BgClassName
{
background-color: #1F1E4F;
}
</style>
border-color css
<style>
span { border-color: #1F1E4F; }
span { border-color: rgb(31,30,79); }
td.TdClassName
{
border-color: #1F1E4F;
}
.TagClassName
{
border-color: #1F1E4F;
}
</style>