Shades of Paua #181043
Tints of Paua #181043
RGB
CMYK
RGB Variations
Color information
#181043 (or 0x181043) is known color: Paua. HEX triplet: 18, 10 and 43. RGB value is (24,16,67). Sum of RGB (Red+Green+Blue) = 24+16+67=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #181043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181043 is #E7EFBC. Grayscale: #181818. Windows color (decimal): -15200189 or 4395032. OLE color: 4395032.
HSL color Cylindrical-coordinate representation of color #181043: hue angle of 249.41º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181043 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 16 | 67 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.74 |
| HSL | 249.41º | 0.61% | 0.16% | - |
| HSV(B) | 249.41º | 0.76% | 0.26% | - |
| XYZ | 1.58 | 0.97 | 5.41 | - |
| YUV | 24.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 67 | 0.64 | 0.76 | 0 | 0.74 | 249.41 | 0.61 | 0.16 |
| Hex | 18 | 10 | 43 | 40 | 4C | 0 | 4A | F9 | 3D | 10 |
| Octal | 30 | 20 | 103 | 100 | 114 | 0 | 112 | 371 | 75 | 20 |
| Binary | 11000 | 10000 | 1000011 | 1000000 | 1001100 | 0 | 1001010 | 11111001 | 111101 | 10000 |
Color Harmonies of #181043
Complementary color
Monochromatic Colors of #181043
Black with #181043
Text Example
Text Example
White with #181043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181043; }
p { color: rgb(24,16,67); }
H1.HeaderClassName
{
color: #181043;
}
.AnyTagClassName
{
color: #181043;
}
</style>
background-color css
<style>
a { background-color: #181043; }
a { background-color: rgb(24,16,67); }
div.DivClassName
{
background-color: #181043;
}
.BgClassName
{
background-color: #181043;
}
</style>
border-color css
<style>
span { border-color: #181043; }
span { border-color: rgb(24,16,67); }
td.TdClassName
{
border-color: #181043;
}
.TagClassName
{
border-color: #181043;
}
</style>