Shades of Paua #181447
Tints of Paua #181447
RGB
CMYK
RGB Variations
Color information
#181447 (or 0x181447) is known color: Paua. HEX triplet: 18, 14 and 47. RGB value is (24,20,71). Sum of RGB (Red+Green+Blue) = 24+20+71=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #181447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181447 is #E7EBB8. Grayscale: #1A1A1A. Windows color (decimal): -15199161 or 4658200. OLE color: 4658200.
HSL color Cylindrical-coordinate representation of color #181447: hue angle of 244.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #181447 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 20 | 71 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.72 |
| HSL | 244.71º | 0.56% | 0.18% | - |
| HSV(B) | 244.71º | 0.72% | 0.28% | - |
| XYZ | 1.76 | 1.15 | 6.09 | - |
| YUV | 27.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 71 | 0.66 | 0.72 | 0 | 0.72 | 244.71 | 0.56 | 0.18 |
| Hex | 18 | 14 | 47 | 42 | 48 | 0 | 48 | F5 | 38 | 12 |
| Octal | 30 | 24 | 107 | 102 | 110 | 0 | 110 | 365 | 70 | 22 |
| Binary | 11000 | 10100 | 1000111 | 1000010 | 1001000 | 0 | 1001000 | 11110101 | 111000 | 10010 |
Color Harmonies of #181447
Complementary color
Monochromatic Colors of #181447
Black with #181447
Text Example
Text Example
White with #181447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181447; }
p { color: rgb(24,20,71); }
H1.HeaderClassName
{
color: #181447;
}
.AnyTagClassName
{
color: #181447;
}
</style>
background-color css
<style>
a { background-color: #181447; }
a { background-color: rgb(24,20,71); }
div.DivClassName
{
background-color: #181447;
}
.BgClassName
{
background-color: #181447;
}
</style>
border-color css
<style>
span { border-color: #181447; }
span { border-color: rgb(24,20,71); }
td.TdClassName
{
border-color: #181447;
}
.TagClassName
{
border-color: #181447;
}
</style>