Shades of Paua #191441
Tints of Paua #191441
RGB
CMYK
RGB Variations
Color information
#191441 (or 0x191441) is known color: Paua. HEX triplet: 19, 14 and 41. RGB value is (25,20,65). Sum of RGB (Red+Green+Blue) = 25+20+65=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #191441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191441 is #E6EBBE. Grayscale: #1A1A1A. Windows color (decimal): -15133631 or 4264985. OLE color: 4264985.
HSL color Cylindrical-coordinate representation of color #191441: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191441 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 20 | 65 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.75 |
| HSL | 246.67º | 0.53% | 0.17% | - |
| HSV(B) | 246.67º | 0.69% | 0.25% | - |
| XYZ | 1.61 | 1.09 | 5.13 | - |
| YUV | 26.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 65 | 0.62 | 0.69 | 0 | 0.75 | 246.67 | 0.53 | 0.17 |
| Hex | 19 | 14 | 41 | 3E | 45 | 0 | 4B | F7 | 35 | 11 |
| Octal | 31 | 24 | 101 | 76 | 105 | 0 | 113 | 367 | 65 | 21 |
| Binary | 11001 | 10100 | 1000001 | 111110 | 1000101 | 0 | 1001011 | 11110111 | 110101 | 10001 |
Color Harmonies of #191441
Complementary color
Monochromatic Colors of #191441
Black with #191441
Text Example
Text Example
White with #191441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191441; }
p { color: rgb(25,20,65); }
H1.HeaderClassName
{
color: #191441;
}
.AnyTagClassName
{
color: #191441;
}
</style>
background-color css
<style>
a { background-color: #191441; }
a { background-color: rgb(25,20,65); }
div.DivClassName
{
background-color: #191441;
}
.BgClassName
{
background-color: #191441;
}
</style>
border-color css
<style>
span { border-color: #191441; }
span { border-color: rgb(25,20,65); }
td.TdClassName
{
border-color: #191441;
}
.TagClassName
{
border-color: #191441;
}
</style>