Shades of Paua #181542
Tints of Paua #181542
RGB
CMYK
RGB Variations
Color information
#181542 (or 0x181542) is known color: Paua. HEX triplet: 18, 15 and 42. RGB value is (24,21,66). Sum of RGB (Red+Green+Blue) = 24+21+66=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 66 (26.17% from 255 or 59.46% from 111); Max value from RGB is 66 - color contains mainly: blue. Hex color #181542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181542 is #E7EABD. Grayscale: #1A1A1A. Windows color (decimal): -15198910 or 4330776. OLE color: 4330776.
HSL color Cylindrical-coordinate representation of color #181542: hue angle of 244º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #181542 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 21 | 66 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.74 |
| HSL | 244º | 0.52% | 0.17% | - |
| HSV(B) | 244º | 0.68% | 0.26% | - |
| XYZ | 1.63 | 1.12 | 5.29 | - |
| YUV | 27.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 66 | 0.64 | 0.68 | 0 | 0.74 | 244 | 0.52 | 0.17 |
| Hex | 18 | 15 | 42 | 40 | 44 | 0 | 4A | F4 | 34 | 11 |
| Octal | 30 | 25 | 102 | 100 | 104 | 0 | 112 | 364 | 64 | 21 |
| Binary | 11000 | 10101 | 1000010 | 1000000 | 1000100 | 0 | 1001010 | 11110100 | 110100 | 10001 |
Color Harmonies of #181542
Complementary color
Monochromatic Colors of #181542
Black with #181542
Text Example
Text Example
White with #181542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181542; }
p { color: rgb(24,21,66); }
H1.HeaderClassName
{
color: #181542;
}
.AnyTagClassName
{
color: #181542;
}
</style>
background-color css
<style>
a { background-color: #181542; }
a { background-color: rgb(24,21,66); }
div.DivClassName
{
background-color: #181542;
}
.BgClassName
{
background-color: #181542;
}
</style>
border-color css
<style>
span { border-color: #181542; }
span { border-color: rgb(24,21,66); }
td.TdClassName
{
border-color: #181542;
}
.TagClassName
{
border-color: #181542;
}
</style>