Shades of Paua #181750
Tints of Paua #181750
RGB
CMYK
RGB Variations
Color information
#181750 (or 0x181750) is known color: Paua. HEX triplet: 18, 17 and 50. RGB value is (24,23,80). Sum of RGB (Red+Green+Blue) = 24+23+80=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #181750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181750 is #E7E8AF. Grayscale: #1D1D1D. Windows color (decimal): -15198384 or 5248792. OLE color: 5248792.
HSL color Cylindrical-coordinate representation of color #181750: hue angle of 241.05º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #181750 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 23 | 80 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.69 |
| HSL | 241.05º | 0.55% | 0.2% | - |
| HSV(B) | 241.05º | 0.71% | 0.31% | - |
| XYZ | 2.13 | 1.39 | 7.74 | - |
| YUV | 29.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 80 | 0.70 | 0.71 | 0 | 0.69 | 241.05 | 0.55 | 0.2 |
| Hex | 18 | 17 | 50 | 46 | 47 | 0 | 45 | F1 | 37 | 14 |
| Octal | 30 | 27 | 120 | 106 | 107 | 0 | 105 | 361 | 67 | 24 |
| Binary | 11000 | 10111 | 1010000 | 1000110 | 1000111 | 0 | 1000101 | 11110001 | 110111 | 10100 |
Color Harmonies of #181750
Complementary color
Monochromatic Colors of #181750
Black with #181750
Text Example
Text Example
White with #181750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181750; }
p { color: rgb(24,23,80); }
H1.HeaderClassName
{
color: #181750;
}
.AnyTagClassName
{
color: #181750;
}
</style>
background-color css
<style>
a { background-color: #181750; }
a { background-color: rgb(24,23,80); }
div.DivClassName
{
background-color: #181750;
}
.BgClassName
{
background-color: #181750;
}
</style>
border-color css
<style>
span { border-color: #181750; }
span { border-color: rgb(24,23,80); }
td.TdClassName
{
border-color: #181750;
}
.TagClassName
{
border-color: #181750;
}
</style>