Shades of Paua #181046
Tints of Paua #181046
RGB
CMYK
RGB Variations
Color information
#181046 (or 0x181046) is known color: Paua. HEX triplet: 18, 10 and 46. RGB value is (24,16,70). Sum of RGB (Red+Green+Blue) = 24+16+70=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #181046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181046 is #E7EFB9. Grayscale: #181818. Windows color (decimal): -15200186 or 4591640. OLE color: 4591640.
HSL color Cylindrical-coordinate representation of color #181046: hue angle of 248.89º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181046 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 16 | 70 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.73 |
| HSL | 248.89º | 0.63% | 0.17% | - |
| HSV(B) | 248.89º | 0.77% | 0.27% | - |
| XYZ | 1.67 | 1.01 | 5.9 | - |
| YUV | 24.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 70 | 0.66 | 0.77 | 0 | 0.73 | 248.89 | 0.63 | 0.17 |
| Hex | 18 | 10 | 46 | 42 | 4D | 0 | 49 | F9 | 3F | 11 |
| Octal | 30 | 20 | 106 | 102 | 115 | 0 | 111 | 371 | 77 | 21 |
| Binary | 11000 | 10000 | 1000110 | 1000010 | 1001101 | 0 | 1001001 | 11111001 | 111111 | 10001 |
Color Harmonies of #181046
Complementary color
Monochromatic Colors of #181046
Black with #181046
Text Example
Text Example
White with #181046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181046; }
p { color: rgb(24,16,70); }
H1.HeaderClassName
{
color: #181046;
}
.AnyTagClassName
{
color: #181046;
}
</style>
background-color css
<style>
a { background-color: #181046; }
a { background-color: rgb(24,16,70); }
div.DivClassName
{
background-color: #181046;
}
.BgClassName
{
background-color: #181046;
}
</style>
border-color css
<style>
span { border-color: #181046; }
span { border-color: rgb(24,16,70); }
td.TdClassName
{
border-color: #181046;
}
.TagClassName
{
border-color: #181046;
}
</style>