Shades of Paua #181649
Tints of Paua #181649
RGB
CMYK
RGB Variations
Color information
#181649 (or 0x181649) is known color: Paua. HEX triplet: 18, 16 and 49. RGB value is (24,22,73). Sum of RGB (Red+Green+Blue) = 24+22+73=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #181649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181649 is #E7E9B6. Grayscale: #1C1C1C. Windows color (decimal): -15198647 or 4789784. OLE color: 4789784.
HSL color Cylindrical-coordinate representation of color #181649: hue angle of 242.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181649 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 22 | 73 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.71 |
| HSL | 242.35º | 0.54% | 0.19% | - |
| HSV(B) | 242.35º | 0.7% | 0.29% | - |
| XYZ | 1.87 | 1.25 | 6.45 | - |
| YUV | 28.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 73 | 0.67 | 0.70 | 0 | 0.71 | 242.35 | 0.54 | 0.19 |
| Hex | 18 | 16 | 49 | 43 | 46 | 0 | 47 | F2 | 36 | 13 |
| Octal | 30 | 26 | 111 | 103 | 106 | 0 | 107 | 362 | 66 | 23 |
| Binary | 11000 | 10110 | 1001001 | 1000011 | 1000110 | 0 | 1000111 | 11110010 | 110110 | 10011 |
Color Harmonies of #181649
Complementary color
Monochromatic Colors of #181649
Black with #181649
Text Example
Text Example
White with #181649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181649; }
p { color: rgb(24,22,73); }
H1.HeaderClassName
{
color: #181649;
}
.AnyTagClassName
{
color: #181649;
}
</style>
background-color css
<style>
a { background-color: #181649; }
a { background-color: rgb(24,22,73); }
div.DivClassName
{
background-color: #181649;
}
.BgClassName
{
background-color: #181649;
}
</style>
border-color css
<style>
span { border-color: #181649; }
span { border-color: rgb(24,22,73); }
td.TdClassName
{
border-color: #181649;
}
.TagClassName
{
border-color: #181649;
}
</style>