Shades of Paua #181147
Tints of Paua #181147
RGB
CMYK
RGB Variations
Color information
#181147 (or 0x181147) is known color: Paua. HEX triplet: 18, 11 and 47. RGB value is (24,17,71). Sum of RGB (Red+Green+Blue) = 24+17+71=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #181147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181147 is #E7EEB8. Grayscale: #191919. Windows color (decimal): -15199929 or 4657432. OLE color: 4657432.
HSL color Cylindrical-coordinate representation of color #181147: hue angle of 247.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181147 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 17 | 71 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.72 |
| HSL | 247.78º | 0.61% | 0.17% | - |
| HSV(B) | 247.78º | 0.76% | 0.28% | - |
| XYZ | 1.71 | 1.05 | 6.07 | - |
| YUV | 25.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 71 | 0.66 | 0.76 | 0 | 0.72 | 247.78 | 0.61 | 0.17 |
| Hex | 18 | 11 | 47 | 42 | 4C | 0 | 48 | F8 | 3D | 11 |
| Octal | 30 | 21 | 107 | 102 | 114 | 0 | 110 | 370 | 75 | 21 |
| Binary | 11000 | 10001 | 1000111 | 1000010 | 1001100 | 0 | 1001000 | 11111000 | 111101 | 10001 |
Color Harmonies of #181147
Complementary color
Monochromatic Colors of #181147
Black with #181147
Text Example
Text Example
White with #181147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181147; }
p { color: rgb(24,17,71); }
H1.HeaderClassName
{
color: #181147;
}
.AnyTagClassName
{
color: #181147;
}
</style>
background-color css
<style>
a { background-color: #181147; }
a { background-color: rgb(24,17,71); }
div.DivClassName
{
background-color: #181147;
}
.BgClassName
{
background-color: #181147;
}
</style>
border-color css
<style>
span { border-color: #181147; }
span { border-color: rgb(24,17,71); }
td.TdClassName
{
border-color: #181147;
}
.TagClassName
{
border-color: #181147;
}
</style>