Shades of Paua #181541
Tints of Paua #181541
RGB
CMYK
RGB Variations
Color information
#181541 (or 0x181541) is known color: Paua. HEX triplet: 18, 15 and 41. RGB value is (24,21,65). Sum of RGB (Red+Green+Blue) = 24+21+65=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #181541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181541 is #E7EABE. Grayscale: #1A1A1A. Windows color (decimal): -15198911 or 4265240. OLE color: 4265240.
HSL color Cylindrical-coordinate representation of color #181541: hue angle of 244.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #181541 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 21 | 65 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.75 |
| HSL | 244.09º | 0.51% | 0.17% | - |
| HSV(B) | 244.09º | 0.68% | 0.25% | - |
| XYZ | 1.6 | 1.11 | 5.13 | - |
| YUV | 26.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 65 | 0.63 | 0.68 | 0 | 0.75 | 244.09 | 0.51 | 0.17 |
| Hex | 18 | 15 | 41 | 3F | 44 | 0 | 4B | F4 | 33 | 11 |
| Octal | 30 | 25 | 101 | 77 | 104 | 0 | 113 | 364 | 63 | 21 |
| Binary | 11000 | 10101 | 1000001 | 111111 | 1000100 | 0 | 1001011 | 11110100 | 110011 | 10001 |
Color Harmonies of #181541
Complementary color
Monochromatic Colors of #181541
Black with #181541
Text Example
Text Example
White with #181541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181541; }
p { color: rgb(24,21,65); }
H1.HeaderClassName
{
color: #181541;
}
.AnyTagClassName
{
color: #181541;
}
</style>
background-color css
<style>
a { background-color: #181541; }
a { background-color: rgb(24,21,65); }
div.DivClassName
{
background-color: #181541;
}
.BgClassName
{
background-color: #181541;
}
</style>
border-color css
<style>
span { border-color: #181541; }
span { border-color: rgb(24,21,65); }
td.TdClassName
{
border-color: #181541;
}
.TagClassName
{
border-color: #181541;
}
</style>