Shades of Paua #181153
Tints of Paua #181153
RGB
CMYK
RGB Variations
Color information
#181153 (or 0x181153) is known color: Paua. HEX triplet: 18, 11 and 53. RGB value is (24,17,83). Sum of RGB (Red+Green+Blue) = 24+17+83=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #181153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181153 is #E7EEAC. Grayscale: #1A1A1A. Windows color (decimal): -15199917 or 5443864. OLE color: 5443864.
HSL color Cylindrical-coordinate representation of color #181153: hue angle of 246.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181153 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 17 | 83 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.67 |
| HSL | 246.36º | 0.66% | 0.2% | - |
| HSV(B) | 246.36º | 0.8% | 0.33% | - |
| XYZ | 2.14 | 1.22 | 8.31 | - |
| YUV | 26.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 83 | 0.71 | 0.80 | 0 | 0.67 | 246.36 | 0.66 | 0.2 |
| Hex | 18 | 11 | 53 | 47 | 50 | 0 | 43 | F6 | 42 | 14 |
| Octal | 30 | 21 | 123 | 107 | 120 | 0 | 103 | 366 | 102 | 24 |
| Binary | 11000 | 10001 | 1010011 | 1000111 | 1010000 | 0 | 1000011 | 11110110 | 1000010 | 10100 |
Color Harmonies of #181153
Complementary color
Monochromatic Colors of #181153
Black with #181153
Text Example
Text Example
White with #181153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181153; }
p { color: rgb(24,17,83); }
H1.HeaderClassName
{
color: #181153;
}
.AnyTagClassName
{
color: #181153;
}
</style>
background-color css
<style>
a { background-color: #181153; }
a { background-color: rgb(24,17,83); }
div.DivClassName
{
background-color: #181153;
}
.BgClassName
{
background-color: #181153;
}
</style>
border-color css
<style>
span { border-color: #181153; }
span { border-color: rgb(24,17,83); }
td.TdClassName
{
border-color: #181153;
}
.TagClassName
{
border-color: #181153;
}
</style>