Shades of Paua #181547
Tints of Paua #181547
RGB
CMYK
RGB Variations
Color information
#181547 (or 0x181547) is known color: Paua. HEX triplet: 18, 15 and 47. RGB value is (24,21,71). Sum of RGB (Red+Green+Blue) = 24+21+71=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #181547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181547 is #E7EAB8. Grayscale: #1B1B1B. Windows color (decimal): -15198905 or 4658456. OLE color: 4658456.
HSL color Cylindrical-coordinate representation of color #181547: hue angle of 243.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181547 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 21 | 71 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.72 |
| HSL | 243.6º | 0.54% | 0.18% | - |
| HSV(B) | 243.6º | 0.7% | 0.28% | - |
| XYZ | 1.78 | 1.19 | 6.1 | - |
| YUV | 27.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 71 | 0.66 | 0.70 | 0 | 0.72 | 243.6 | 0.54 | 0.18 |
| Hex | 18 | 15 | 47 | 42 | 46 | 0 | 48 | F4 | 36 | 12 |
| Octal | 30 | 25 | 107 | 102 | 106 | 0 | 110 | 364 | 66 | 22 |
| Binary | 11000 | 10101 | 1000111 | 1000010 | 1000110 | 0 | 1001000 | 11110100 | 110110 | 10010 |
Color Harmonies of #181547
Complementary color
Monochromatic Colors of #181547
Black with #181547
Text Example
Text Example
White with #181547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181547; }
p { color: rgb(24,21,71); }
H1.HeaderClassName
{
color: #181547;
}
.AnyTagClassName
{
color: #181547;
}
</style>
background-color css
<style>
a { background-color: #181547; }
a { background-color: rgb(24,21,71); }
div.DivClassName
{
background-color: #181547;
}
.BgClassName
{
background-color: #181547;
}
</style>
border-color css
<style>
span { border-color: #181547; }
span { border-color: rgb(24,21,71); }
td.TdClassName
{
border-color: #181547;
}
.TagClassName
{
border-color: #181547;
}
</style>