Shades of Paua #19184B
Tints of Paua #19184B
RGB
CMYK
RGB Variations
Color information
#19184B (or 0x19184B) is known color: Paua. HEX triplet: 19, 18 and 4B. RGB value is (25,24,75). Sum of RGB (Red+Green+Blue) = 25+24+75=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #19184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19184B is #E6E7B4. Grayscale: #1D1D1D. Windows color (decimal): -15132597 or 4921369. OLE color: 4921369.
HSL color Cylindrical-coordinate representation of color #19184B: hue angle of 241.18º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19184B is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 24 | 75 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.71 |
| HSL | 241.18º | 0.52% | 0.19% | - |
| HSV(B) | 241.18º | 0.68% | 0.29% | - |
| XYZ | 2 | 1.37 | 6.82 | - |
| YUV | 30.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 75 | 0.67 | 0.68 | 0 | 0.71 | 241.18 | 0.52 | 0.19 |
| Hex | 19 | 18 | 4B | 43 | 44 | 0 | 47 | F1 | 34 | 13 |
| Octal | 31 | 30 | 113 | 103 | 104 | 0 | 107 | 361 | 64 | 23 |
| Binary | 11001 | 11000 | 1001011 | 1000011 | 1000100 | 0 | 1000111 | 11110001 | 110100 | 10011 |
Color Harmonies of #19184B
Complementary color
Monochromatic Colors of #19184B
Black with #19184B
Text Example
Text Example
White with #19184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19184B; }
p { color: rgb(25,24,75); }
H1.HeaderClassName
{
color: #19184B;
}
.AnyTagClassName
{
color: #19184B;
}
</style>
background-color css
<style>
a { background-color: #19184B; }
a { background-color: rgb(25,24,75); }
div.DivClassName
{
background-color: #19184B;
}
.BgClassName
{
background-color: #19184B;
}
</style>
border-color css
<style>
span { border-color: #19184B; }
span { border-color: rgb(25,24,75); }
td.TdClassName
{
border-color: #19184B;
}
.TagClassName
{
border-color: #19184B;
}
</style>