Shades of Paua #181452
Tints of Paua #181452
RGB
CMYK
RGB Variations
Color information
#181452 (or 0x181452) is known color: Paua. HEX triplet: 18, 14 and 52. RGB value is (24,20,82). Sum of RGB (Red+Green+Blue) = 24+20+82=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #181452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181452 is #E7EBAD. Grayscale: #1C1C1C. Windows color (decimal): -15199150 or 5379096. OLE color: 5379096.
HSL color Cylindrical-coordinate representation of color #181452: hue angle of 243.87º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181452 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 20 | 82 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.68 |
| HSL | 243.87º | 0.61% | 0.2% | - |
| HSV(B) | 243.87º | 0.76% | 0.32% | - |
| XYZ | 2.15 | 1.3 | 8.12 | - |
| YUV | 28.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 82 | 0.71 | 0.76 | 0 | 0.68 | 243.87 | 0.61 | 0.2 |
| Hex | 18 | 14 | 52 | 47 | 4C | 0 | 44 | F4 | 3D | 14 |
| Octal | 30 | 24 | 122 | 107 | 114 | 0 | 104 | 364 | 75 | 24 |
| Binary | 11000 | 10100 | 1010010 | 1000111 | 1001100 | 0 | 1000100 | 11110100 | 111101 | 10100 |
Color Harmonies of #181452
Complementary color
Monochromatic Colors of #181452
Black with #181452
Text Example
Text Example
White with #181452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181452; }
p { color: rgb(24,20,82); }
H1.HeaderClassName
{
color: #181452;
}
.AnyTagClassName
{
color: #181452;
}
</style>
background-color css
<style>
a { background-color: #181452; }
a { background-color: rgb(24,20,82); }
div.DivClassName
{
background-color: #181452;
}
.BgClassName
{
background-color: #181452;
}
</style>
border-color css
<style>
span { border-color: #181452; }
span { border-color: rgb(24,20,82); }
td.TdClassName
{
border-color: #181452;
}
.TagClassName
{
border-color: #181452;
}
</style>