Shades of Paua #191344
Tints of Paua #191344
RGB
CMYK
RGB Variations
Color information
#191344 (or 0x191344) is known color: Paua. HEX triplet: 19, 13 and 44. RGB value is (25,19,68). Sum of RGB (Red+Green+Blue) = 25+19+68=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #191344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191344 is #E6ECBB. Grayscale: #1A1A1A. Windows color (decimal): -15133884 or 4461337. OLE color: 4461337.
HSL color Cylindrical-coordinate representation of color #191344: hue angle of 247.35º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191344 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 19 | 68 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.73 |
| HSL | 247.35º | 0.56% | 0.17% | - |
| HSV(B) | 247.35º | 0.72% | 0.27% | - |
| XYZ | 1.68 | 1.09 | 5.59 | - |
| YUV | 26.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 68 | 0.63 | 0.72 | 0 | 0.73 | 247.35 | 0.56 | 0.17 |
| Hex | 19 | 13 | 44 | 3F | 48 | 0 | 49 | F7 | 38 | 11 |
| Octal | 31 | 23 | 104 | 77 | 110 | 0 | 111 | 367 | 70 | 21 |
| Binary | 11001 | 10011 | 1000100 | 111111 | 1001000 | 0 | 1001001 | 11110111 | 111000 | 10001 |
Color Harmonies of #191344
Complementary color
Monochromatic Colors of #191344
Black with #191344
Text Example
Text Example
White with #191344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191344; }
p { color: rgb(25,19,68); }
H1.HeaderClassName
{
color: #191344;
}
.AnyTagClassName
{
color: #191344;
}
</style>
background-color css
<style>
a { background-color: #191344; }
a { background-color: rgb(25,19,68); }
div.DivClassName
{
background-color: #191344;
}
.BgClassName
{
background-color: #191344;
}
</style>
border-color css
<style>
span { border-color: #191344; }
span { border-color: rgb(25,19,68); }
td.TdClassName
{
border-color: #191344;
}
.TagClassName
{
border-color: #191344;
}
</style>