Shades of Paua #181045
Tints of Paua #181045
RGB
CMYK
RGB Variations
Color information
#181045 (or 0x181045) is known color: Paua. HEX triplet: 18, 10 and 45. RGB value is (24,16,69). Sum of RGB (Red+Green+Blue) = 24+16+69=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #181045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181045 is #E7EFBA. Grayscale: #181818. Windows color (decimal): -15200187 or 4526104. OLE color: 4526104.
HSL color Cylindrical-coordinate representation of color #181045: hue angle of 249.06º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181045 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 16 | 69 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.73 |
| HSL | 249.06º | 0.62% | 0.17% | - |
| HSV(B) | 249.06º | 0.77% | 0.27% | - |
| XYZ | 1.64 | 0.99 | 5.74 | - |
| YUV | 24.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 69 | 0.65 | 0.77 | 0 | 0.73 | 249.06 | 0.62 | 0.17 |
| Hex | 18 | 10 | 45 | 41 | 4D | 0 | 49 | F9 | 3E | 11 |
| Octal | 30 | 20 | 105 | 101 | 115 | 0 | 111 | 371 | 76 | 21 |
| Binary | 11000 | 10000 | 1000101 | 1000001 | 1001101 | 0 | 1001001 | 11111001 | 111110 | 10001 |
Color Harmonies of #181045
Complementary color
Monochromatic Colors of #181045
Black with #181045
Text Example
Text Example
White with #181045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181045; }
p { color: rgb(24,16,69); }
H1.HeaderClassName
{
color: #181045;
}
.AnyTagClassName
{
color: #181045;
}
</style>
background-color css
<style>
a { background-color: #181045; }
a { background-color: rgb(24,16,69); }
div.DivClassName
{
background-color: #181045;
}
.BgClassName
{
background-color: #181045;
}
</style>
border-color css
<style>
span { border-color: #181045; }
span { border-color: rgb(24,16,69); }
td.TdClassName
{
border-color: #181045;
}
.TagClassName
{
border-color: #181045;
}
</style>