Shades of Paua #181348
Tints of Paua #181348
RGB
CMYK
RGB Variations
Color information
#181348 (or 0x181348) is known color: Paua. HEX triplet: 18, 13 and 48. RGB value is (24,19,72). Sum of RGB (Red+Green+Blue) = 24+19+72=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #181348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181348 is #E7ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15199416 or 4723480. OLE color: 4723480.
HSL color Cylindrical-coordinate representation of color #181348: hue angle of 245.66º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181348 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 19 | 72 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.72 |
| HSL | 245.66º | 0.58% | 0.18% | - |
| HSV(B) | 245.66º | 0.74% | 0.28% | - |
| XYZ | 1.78 | 1.13 | 6.25 | - |
| YUV | 26.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 72 | 0.67 | 0.74 | 0 | 0.72 | 245.66 | 0.58 | 0.18 |
| Hex | 18 | 13 | 48 | 43 | 4A | 0 | 48 | F6 | 3A | 12 |
| Octal | 30 | 23 | 110 | 103 | 112 | 0 | 110 | 366 | 72 | 22 |
| Binary | 11000 | 10011 | 1001000 | 1000011 | 1001010 | 0 | 1001000 | 11110110 | 111010 | 10010 |
Color Harmonies of #181348
Complementary color
Monochromatic Colors of #181348
Black with #181348
Text Example
Text Example
White with #181348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181348; }
p { color: rgb(24,19,72); }
H1.HeaderClassName
{
color: #181348;
}
.AnyTagClassName
{
color: #181348;
}
</style>
background-color css
<style>
a { background-color: #181348; }
a { background-color: rgb(24,19,72); }
div.DivClassName
{
background-color: #181348;
}
.BgClassName
{
background-color: #181348;
}
</style>
border-color css
<style>
span { border-color: #181348; }
span { border-color: rgb(24,19,72); }
td.TdClassName
{
border-color: #181348;
}
.TagClassName
{
border-color: #181348;
}
</style>