Shades of Paua #181347
Tints of Paua #181347
RGB
CMYK
RGB Variations
Color information
#181347 (or 0x181347) is known color: Paua. HEX triplet: 18, 13 and 47. RGB value is (24,19,71). Sum of RGB (Red+Green+Blue) = 24+19+71=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #181347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181347 is #E7ECB8. Grayscale: #1A1A1A. Windows color (decimal): -15199417 or 4657944. OLE color: 4657944.
HSL color Cylindrical-coordinate representation of color #181347: hue angle of 245.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #181347 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 19 | 71 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.72 |
| HSL | 245.77º | 0.58% | 0.18% | - |
| HSV(B) | 245.77º | 0.73% | 0.28% | - |
| XYZ | 1.75 | 1.11 | 6.08 | - |
| YUV | 26.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 71 | 0.66 | 0.73 | 0 | 0.72 | 245.77 | 0.58 | 0.18 |
| Hex | 18 | 13 | 47 | 42 | 49 | 0 | 48 | F6 | 3A | 12 |
| Octal | 30 | 23 | 107 | 102 | 111 | 0 | 110 | 366 | 72 | 22 |
| Binary | 11000 | 10011 | 1000111 | 1000010 | 1001001 | 0 | 1001000 | 11110110 | 111010 | 10010 |
Color Harmonies of #181347
Complementary color
Monochromatic Colors of #181347
Black with #181347
Text Example
Text Example
White with #181347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181347; }
p { color: rgb(24,19,71); }
H1.HeaderClassName
{
color: #181347;
}
.AnyTagClassName
{
color: #181347;
}
</style>
background-color css
<style>
a { background-color: #181347; }
a { background-color: rgb(24,19,71); }
div.DivClassName
{
background-color: #181347;
}
.BgClassName
{
background-color: #181347;
}
</style>
border-color css
<style>
span { border-color: #181347; }
span { border-color: rgb(24,19,71); }
td.TdClassName
{
border-color: #181347;
}
.TagClassName
{
border-color: #181347;
}
</style>