Shades of Paua #191349
Tints of Paua #191349
RGB
CMYK
RGB Variations
Color information
#191349 (or 0x191349) is known color: Paua. HEX triplet: 19, 13 and 49. RGB value is (25,19,73). Sum of RGB (Red+Green+Blue) = 25+19+73=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #191349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191349 is #E6ECB6. Grayscale: #1A1A1A. Windows color (decimal): -15133879 or 4789017. OLE color: 4789017.
HSL color Cylindrical-coordinate representation of color #191349: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #191349 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 19 | 73 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.71 |
| HSL | 246.67º | 0.59% | 0.18% | - |
| HSV(B) | 246.67º | 0.74% | 0.29% | - |
| XYZ | 1.84 | 1.15 | 6.43 | - |
| YUV | 26.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 73 | 0.66 | 0.74 | 0 | 0.71 | 246.67 | 0.59 | 0.18 |
| Hex | 19 | 13 | 49 | 42 | 4A | 0 | 47 | F7 | 3B | 12 |
| Octal | 31 | 23 | 111 | 102 | 112 | 0 | 107 | 367 | 73 | 22 |
| Binary | 11001 | 10011 | 1001001 | 1000010 | 1001010 | 0 | 1000111 | 11110111 | 111011 | 10010 |
Color Harmonies of #191349
Complementary color
Monochromatic Colors of #191349
Black with #191349
Text Example
Text Example
White with #191349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191349; }
p { color: rgb(25,19,73); }
H1.HeaderClassName
{
color: #191349;
}
.AnyTagClassName
{
color: #191349;
}
</style>
background-color css
<style>
a { background-color: #191349; }
a { background-color: rgb(25,19,73); }
div.DivClassName
{
background-color: #191349;
}
.BgClassName
{
background-color: #191349;
}
</style>
border-color css
<style>
span { border-color: #191349; }
span { border-color: rgb(25,19,73); }
td.TdClassName
{
border-color: #191349;
}
.TagClassName
{
border-color: #191349;
}
</style>