Shades of Paua #181349
Tints of Paua #181349
RGB
CMYK
RGB Variations
Color information
#181349 (or 0x181349) is known color: Paua. HEX triplet: 18, 13 and 49. RGB value is (24,19,73). Sum of RGB (Red+Green+Blue) = 24+19+73=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #181349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181349 is #E7ECB6. Grayscale: #1A1A1A. Windows color (decimal): -15199415 or 4789016. OLE color: 4789016.
HSL color Cylindrical-coordinate representation of color #181349: hue angle of 245.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181349 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 19 | 73 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.71 |
| HSL | 245.56º | 0.59% | 0.18% | - |
| HSV(B) | 245.56º | 0.74% | 0.29% | - |
| XYZ | 1.81 | 1.14 | 6.43 | - |
| YUV | 26.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 73 | 0.67 | 0.74 | 0 | 0.71 | 245.56 | 0.59 | 0.18 |
| Hex | 18 | 13 | 49 | 43 | 4A | 0 | 47 | F6 | 3B | 12 |
| Octal | 30 | 23 | 111 | 103 | 112 | 0 | 107 | 366 | 73 | 22 |
| Binary | 11000 | 10011 | 1001001 | 1000011 | 1001010 | 0 | 1000111 | 11110110 | 111011 | 10010 |
Color Harmonies of #181349
Complementary color
Monochromatic Colors of #181349
Black with #181349
Text Example
Text Example
White with #181349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181349; }
p { color: rgb(24,19,73); }
H1.HeaderClassName
{
color: #181349;
}
.AnyTagClassName
{
color: #181349;
}
</style>
background-color css
<style>
a { background-color: #181349; }
a { background-color: rgb(24,19,73); }
div.DivClassName
{
background-color: #181349;
}
.BgClassName
{
background-color: #181349;
}
</style>
border-color css
<style>
span { border-color: #181349; }
span { border-color: rgb(24,19,73); }
td.TdClassName
{
border-color: #181349;
}
.TagClassName
{
border-color: #181349;
}
</style>