Shades of Paua #191343
Tints of Paua #191343
RGB
CMYK
RGB Variations
Color information
#191343 (or 0x191343) is known color: Paua. HEX triplet: 19, 13 and 43. RGB value is (25,19,67). Sum of RGB (Red+Green+Blue) = 25+19+67=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #191343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191343 is #E6ECBC. Grayscale: #1A1A1A. Windows color (decimal): -15133885 or 4395801. OLE color: 4395801.
HSL color Cylindrical-coordinate representation of color #191343: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191343 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 19 | 67 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.74 |
| HSL | 247.5º | 0.56% | 0.17% | - |
| HSV(B) | 247.5º | 0.72% | 0.26% | - |
| XYZ | 1.65 | 1.08 | 5.43 | - |
| YUV | 26.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 67 | 0.63 | 0.72 | 0 | 0.74 | 247.5 | 0.56 | 0.17 |
| Hex | 19 | 13 | 43 | 3F | 48 | 0 | 4A | F8 | 38 | 11 |
| Octal | 31 | 23 | 103 | 77 | 110 | 0 | 112 | 370 | 70 | 21 |
| Binary | 11001 | 10011 | 1000011 | 111111 | 1001000 | 0 | 1001010 | 11111000 | 111000 | 10001 |
Color Harmonies of #191343
Complementary color
Monochromatic Colors of #191343
Black with #191343
Text Example
Text Example
White with #191343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191343; }
p { color: rgb(25,19,67); }
H1.HeaderClassName
{
color: #191343;
}
.AnyTagClassName
{
color: #191343;
}
</style>
background-color css
<style>
a { background-color: #191343; }
a { background-color: rgb(25,19,67); }
div.DivClassName
{
background-color: #191343;
}
.BgClassName
{
background-color: #191343;
}
</style>
border-color css
<style>
span { border-color: #191343; }
span { border-color: rgb(25,19,67); }
td.TdClassName
{
border-color: #191343;
}
.TagClassName
{
border-color: #191343;
}
</style>