Shades of Paua #191351
Tints of Paua #191351
RGB
CMYK
RGB Variations
Color information
#191351 (or 0x191351) is known color: Paua. HEX triplet: 19, 13 and 51. RGB value is (25,19,81). Sum of RGB (Red+Green+Blue) = 25+19+81=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #191351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191351 is #E6ECAE. Grayscale: #1B1B1B. Windows color (decimal): -15133871 or 5313305. OLE color: 5313305.
HSL color Cylindrical-coordinate representation of color #191351: hue angle of 245.81º 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 #191351 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 19 | 81 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.68 |
| HSL | 245.81º | 0.62% | 0.2% | - |
| HSV(B) | 245.81º | 0.77% | 0.32% | - |
| XYZ | 2.12 | 1.27 | 7.92 | - |
| YUV | 27.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 81 | 0.69 | 0.77 | 0 | 0.68 | 245.81 | 0.62 | 0.2 |
| Hex | 19 | 13 | 51 | 45 | 4D | 0 | 44 | F6 | 3E | 14 |
| Octal | 31 | 23 | 121 | 105 | 115 | 0 | 104 | 366 | 76 | 24 |
| Binary | 11001 | 10011 | 1010001 | 1000101 | 1001101 | 0 | 1000100 | 11110110 | 111110 | 10100 |
Color Harmonies of #191351
Complementary color
Monochromatic Colors of #191351
Black with #191351
Text Example
Text Example
White with #191351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191351; }
p { color: rgb(25,19,81); }
H1.HeaderClassName
{
color: #191351;
}
.AnyTagClassName
{
color: #191351;
}
</style>
background-color css
<style>
a { background-color: #191351; }
a { background-color: rgb(25,19,81); }
div.DivClassName
{
background-color: #191351;
}
.BgClassName
{
background-color: #191351;
}
</style>
border-color css
<style>
span { border-color: #191351; }
span { border-color: rgb(25,19,81); }
td.TdClassName
{
border-color: #191351;
}
.TagClassName
{
border-color: #191351;
}
</style>