Shades of Paua #191641
Tints of Paua #191641
RGB
CMYK
RGB Variations
Color information
#191641 (or 0x191641) is known color: Paua. HEX triplet: 19, 16 and 41. RGB value is (25,22,65). Sum of RGB (Red+Green+Blue) = 25+22+65=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #191641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191641 is #E6E9BE. Grayscale: #1B1B1B. Windows color (decimal): -15133119 or 4265497. OLE color: 4265497.
HSL color Cylindrical-coordinate representation of color #191641: hue angle of 244.19º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #191641 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 22 | 65 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.75 |
| HSL | 244.19º | 0.49% | 0.17% | - |
| HSV(B) | 244.19º | 0.66% | 0.25% | - |
| XYZ | 1.64 | 1.16 | 5.14 | - |
| YUV | 27.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 65 | 0.62 | 0.66 | 0 | 0.75 | 244.19 | 0.49 | 0.17 |
| Hex | 19 | 16 | 41 | 3E | 42 | 0 | 4B | F4 | 31 | 11 |
| Octal | 31 | 26 | 101 | 76 | 102 | 0 | 113 | 364 | 61 | 21 |
| Binary | 11001 | 10110 | 1000001 | 111110 | 1000010 | 0 | 1001011 | 11110100 | 110001 | 10001 |
Color Harmonies of #191641
Complementary color
Monochromatic Colors of #191641
Black with #191641
Text Example
Text Example
White with #191641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191641; }
p { color: rgb(25,22,65); }
H1.HeaderClassName
{
color: #191641;
}
.AnyTagClassName
{
color: #191641;
}
</style>
background-color css
<style>
a { background-color: #191641; }
a { background-color: rgb(25,22,65); }
div.DivClassName
{
background-color: #191641;
}
.BgClassName
{
background-color: #191641;
}
</style>
border-color css
<style>
span { border-color: #191641; }
span { border-color: rgb(25,22,65); }
td.TdClassName
{
border-color: #191641;
}
.TagClassName
{
border-color: #191641;
}
</style>