Shades of Paua #191846
Tints of Paua #191846
RGB
CMYK
RGB Variations
Color information
#191846 (or 0x191846) is known color: Paua. HEX triplet: 19, 18 and 46. RGB value is (25,24,70). Sum of RGB (Red+Green+Blue) = 25+24+70=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #191846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191846 is #E6E7B9. Grayscale: #1D1D1D. Windows color (decimal): -15132602 or 4593689. OLE color: 4593689.
HSL color Cylindrical-coordinate representation of color #191846: hue angle of 241.3º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #191846 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 24 | 70 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.73 |
| HSL | 241.3º | 0.49% | 0.18% | - |
| HSV(B) | 241.3º | 0.66% | 0.27% | - |
| XYZ | 1.83 | 1.3 | 5.95 | - |
| YUV | 29.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 70 | 0.64 | 0.66 | 0 | 0.73 | 241.3 | 0.49 | 0.18 |
| Hex | 19 | 18 | 46 | 40 | 42 | 0 | 49 | F1 | 31 | 12 |
| Octal | 31 | 30 | 106 | 100 | 102 | 0 | 111 | 361 | 61 | 22 |
| Binary | 11001 | 11000 | 1000110 | 1000000 | 1000010 | 0 | 1001001 | 11110001 | 110001 | 10010 |
Color Harmonies of #191846
Complementary color
Monochromatic Colors of #191846
Black with #191846
Text Example
Text Example
White with #191846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191846; }
p { color: rgb(25,24,70); }
H1.HeaderClassName
{
color: #191846;
}
.AnyTagClassName
{
color: #191846;
}
</style>
background-color css
<style>
a { background-color: #191846; }
a { background-color: rgb(25,24,70); }
div.DivClassName
{
background-color: #191846;
}
.BgClassName
{
background-color: #191846;
}
</style>
border-color css
<style>
span { border-color: #191846; }
span { border-color: rgb(25,24,70); }
td.TdClassName
{
border-color: #191846;
}
.TagClassName
{
border-color: #191846;
}
</style>