Shades of Paua #18164B
Tints of Paua #18164B
RGB
CMYK
RGB Variations
Color information
#18164B (or 0x18164B) is known color: Paua. HEX triplet: 18, 16 and 4B. RGB value is (24,22,75). Sum of RGB (Red+Green+Blue) = 24+22+75=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #18164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18164B is #E7E9B4. Grayscale: #1C1C1C. Windows color (decimal): -15198645 or 4920856. OLE color: 4920856.
HSL color Cylindrical-coordinate representation of color #18164B: hue angle of 242.26º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18164B is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 22 | 75 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.71 |
| HSL | 242.26º | 0.55% | 0.19% | - |
| HSV(B) | 242.26º | 0.71% | 0.29% | - |
| XYZ | 1.93 | 1.28 | 6.8 | - |
| YUV | 28.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 75 | 0.68 | 0.71 | 0 | 0.71 | 242.26 | 0.55 | 0.19 |
| Hex | 18 | 16 | 4B | 44 | 47 | 0 | 47 | F2 | 37 | 13 |
| Octal | 30 | 26 | 113 | 104 | 107 | 0 | 107 | 362 | 67 | 23 |
| Binary | 11000 | 10110 | 1001011 | 1000100 | 1000111 | 0 | 1000111 | 11110010 | 110111 | 10011 |
Color Harmonies of #18164B
Complementary color
Monochromatic Colors of #18164B
Black with #18164B
Text Example
Text Example
White with #18164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18164B; }
p { color: rgb(24,22,75); }
H1.HeaderClassName
{
color: #18164B;
}
.AnyTagClassName
{
color: #18164B;
}
</style>
background-color css
<style>
a { background-color: #18164B; }
a { background-color: rgb(24,22,75); }
div.DivClassName
{
background-color: #18164B;
}
.BgClassName
{
background-color: #18164B;
}
</style>
border-color css
<style>
span { border-color: #18164B; }
span { border-color: rgb(24,22,75); }
td.TdClassName
{
border-color: #18164B;
}
.TagClassName
{
border-color: #18164B;
}
</style>