Shades of Paua #181648
Tints of Paua #181648
RGB
CMYK
RGB Variations
Color information
#181648 (or 0x181648) is known color: Paua. HEX triplet: 18, 16 and 48. RGB value is (24,22,72). Sum of RGB (Red+Green+Blue) = 24+22+72=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #181648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181648 is #E7E9B7. Grayscale: #1C1C1C. Windows color (decimal): -15198648 or 4724248. OLE color: 4724248.
HSL color Cylindrical-coordinate representation of color #181648: hue angle of 242.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #181648 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 22 | 72 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.72 |
| HSL | 242.4º | 0.53% | 0.18% | - |
| HSV(B) | 242.4º | 0.69% | 0.28% | - |
| XYZ | 1.83 | 1.24 | 6.27 | - |
| YUV | 28.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 72 | 0.67 | 0.69 | 0 | 0.72 | 242.4 | 0.53 | 0.18 |
| Hex | 18 | 16 | 48 | 43 | 45 | 0 | 48 | F2 | 35 | 12 |
| Octal | 30 | 26 | 110 | 103 | 105 | 0 | 110 | 362 | 65 | 22 |
| Binary | 11000 | 10110 | 1001000 | 1000011 | 1000101 | 0 | 1001000 | 11110010 | 110101 | 10010 |
Color Harmonies of #181648
Complementary color
Monochromatic Colors of #181648
Black with #181648
Text Example
Text Example
White with #181648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181648; }
p { color: rgb(24,22,72); }
H1.HeaderClassName
{
color: #181648;
}
.AnyTagClassName
{
color: #181648;
}
</style>
background-color css
<style>
a { background-color: #181648; }
a { background-color: rgb(24,22,72); }
div.DivClassName
{
background-color: #181648;
}
.BgClassName
{
background-color: #181648;
}
</style>
border-color css
<style>
span { border-color: #181648; }
span { border-color: rgb(24,22,72); }
td.TdClassName
{
border-color: #181648;
}
.TagClassName
{
border-color: #181648;
}
</style>