Shades of Paua #18164A
Tints of Paua #18164A
RGB
CMYK
RGB Variations
Color information
#18164A (or 0x18164A) is known color: Paua. HEX triplet: 18, 16 and 4A. RGB value is (24,22,74). Sum of RGB (Red+Green+Blue) = 24+22+74=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #18164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18164A is #E7E9B5. Grayscale: #1C1C1C. Windows color (decimal): -15198646 or 4855320. OLE color: 4855320.
HSL color Cylindrical-coordinate representation of color #18164A: hue angle of 242.31º 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 #18164A is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 22 | 74 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.71 |
| HSL | 242.31º | 0.54% | 0.19% | - |
| HSV(B) | 242.31º | 0.7% | 0.29% | - |
| XYZ | 1.9 | 1.26 | 6.62 | - |
| YUV | 28.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 74 | 0.68 | 0.70 | 0 | 0.71 | 242.31 | 0.54 | 0.19 |
| Hex | 18 | 16 | 4A | 44 | 46 | 0 | 47 | F2 | 36 | 13 |
| Octal | 30 | 26 | 112 | 104 | 106 | 0 | 107 | 362 | 66 | 23 |
| Binary | 11000 | 10110 | 1001010 | 1000100 | 1000110 | 0 | 1000111 | 11110010 | 110110 | 10011 |
Color Harmonies of #18164A
Complementary color
Monochromatic Colors of #18164A
Black with #18164A
Text Example
Text Example
White with #18164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18164A; }
p { color: rgb(24,22,74); }
H1.HeaderClassName
{
color: #18164A;
}
.AnyTagClassName
{
color: #18164A;
}
</style>
background-color css
<style>
a { background-color: #18164A; }
a { background-color: rgb(24,22,74); }
div.DivClassName
{
background-color: #18164A;
}
.BgClassName
{
background-color: #18164A;
}
</style>
border-color css
<style>
span { border-color: #18164A; }
span { border-color: rgb(24,22,74); }
td.TdClassName
{
border-color: #18164A;
}
.TagClassName
{
border-color: #18164A;
}
</style>