Shades of Paua #181251
Tints of Paua #181251
RGB
CMYK
RGB Variations
Color information
#181251 (or 0x181251) is known color: Paua. HEX triplet: 18, 12 and 51. RGB value is (24,18,81). Sum of RGB (Red+Green+Blue) = 24+18+81=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #181251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181251 is #E7EDAE. Grayscale: #1A1A1A. Windows color (decimal): -15199663 or 5313048. OLE color: 5313048.
HSL color Cylindrical-coordinate representation of color #181251: hue angle of 245.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #181251 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 18 | 81 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.68 |
| HSL | 245.71º | 0.64% | 0.19% | - |
| HSV(B) | 245.71º | 0.78% | 0.32% | - |
| XYZ | 2.08 | 1.22 | 7.91 | - |
| YUV | 26.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 81 | 0.70 | 0.78 | 0 | 0.68 | 245.71 | 0.64 | 0.19 |
| Hex | 18 | 12 | 51 | 46 | 4E | 0 | 44 | F6 | 40 | 13 |
| Octal | 30 | 22 | 121 | 106 | 116 | 0 | 104 | 366 | 100 | 23 |
| Binary | 11000 | 10010 | 1010001 | 1000110 | 1001110 | 0 | 1000100 | 11110110 | 1000000 | 10011 |
Color Harmonies of #181251
Complementary color
Monochromatic Colors of #181251
Black with #181251
Text Example
Text Example
White with #181251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181251; }
p { color: rgb(24,18,81); }
H1.HeaderClassName
{
color: #181251;
}
.AnyTagClassName
{
color: #181251;
}
</style>
background-color css
<style>
a { background-color: #181251; }
a { background-color: rgb(24,18,81); }
div.DivClassName
{
background-color: #181251;
}
.BgClassName
{
background-color: #181251;
}
</style>
border-color css
<style>
span { border-color: #181251; }
span { border-color: rgb(24,18,81); }
td.TdClassName
{
border-color: #181251;
}
.TagClassName
{
border-color: #181251;
}
</style>