Shades of Paua #191448
Tints of Paua #191448
RGB
CMYK
RGB Variations
Color information
#191448 (or 0x191448) is known color: Paua. HEX triplet: 19, 14 and 48. RGB value is (25,20,72). Sum of RGB (Red+Green+Blue) = 25+20+72=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #191448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191448 is #E6EBB7. Grayscale: #1B1B1B. Windows color (decimal): -15133624 or 4723737. OLE color: 4723737.
HSL color Cylindrical-coordinate representation of color #191448: hue angle of 245.77º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191448 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 20 | 72 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.72 |
| HSL | 245.77º | 0.57% | 0.18% | - |
| HSV(B) | 245.77º | 0.72% | 0.28% | - |
| XYZ | 1.82 | 1.17 | 6.26 | - |
| YUV | 27.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 72 | 0.65 | 0.72 | 0 | 0.72 | 245.77 | 0.57 | 0.18 |
| Hex | 19 | 14 | 48 | 41 | 48 | 0 | 48 | F6 | 39 | 12 |
| Octal | 31 | 24 | 110 | 101 | 110 | 0 | 110 | 366 | 71 | 22 |
| Binary | 11001 | 10100 | 1001000 | 1000001 | 1001000 | 0 | 1001000 | 11110110 | 111001 | 10010 |
Color Harmonies of #191448
Complementary color
Monochromatic Colors of #191448
Black with #191448
Text Example
Text Example
White with #191448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191448; }
p { color: rgb(25,20,72); }
H1.HeaderClassName
{
color: #191448;
}
.AnyTagClassName
{
color: #191448;
}
</style>
background-color css
<style>
a { background-color: #191448; }
a { background-color: rgb(25,20,72); }
div.DivClassName
{
background-color: #191448;
}
.BgClassName
{
background-color: #191448;
}
</style>
border-color css
<style>
span { border-color: #191448; }
span { border-color: rgb(25,20,72); }
td.TdClassName
{
border-color: #191448;
}
.TagClassName
{
border-color: #191448;
}
</style>