Shades of Paua #160B4A
Tints of Paua #160B4A
RGB
CMYK
RGB Variations
Color information
#160B4A (or 0x160B4A) is known color: Paua. HEX triplet: 16, 0B and 4A. RGB value is (22,11,74). Sum of RGB (Red+Green+Blue) = 22+11+74=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #160B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B4A is #E9F4B5. Grayscale: #151515. Windows color (decimal): -15332534 or 4852502. OLE color: 4852502.
HSL color Cylindrical-coordinate representation of color #160B4A: hue angle of 250.48º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #160B4A is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 11 | 74 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.71 |
| HSL | 250.48º | 0.74% | 0.17% | - |
| HSV(B) | 250.48º | 0.85% | 0.29% | - |
| XYZ | 1.69 | 0.9 | 6.56 | - |
| YUV | 21.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 74 | 0.70 | 0.85 | 0 | 0.71 | 250.48 | 0.74 | 0.17 |
| Hex | 16 | B | 4A | 46 | 55 | 0 | 47 | FA | 4A | 11 |
| Octal | 26 | 13 | 112 | 106 | 125 | 0 | 107 | 372 | 112 | 21 |
| Binary | 10110 | 1011 | 1001010 | 1000110 | 1010101 | 0 | 1000111 | 11111010 | 1001010 | 10001 |
Color Harmonies of #160B4A
Complementary color
Monochromatic Colors of #160B4A
Black with #160B4A
Text Example
Text Example
White with #160B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B4A; }
p { color: rgb(22,11,74); }
H1.HeaderClassName
{
color: #160B4A;
}
.AnyTagClassName
{
color: #160B4A;
}
</style>
background-color css
<style>
a { background-color: #160B4A; }
a { background-color: rgb(22,11,74); }
div.DivClassName
{
background-color: #160B4A;
}
.BgClassName
{
background-color: #160B4A;
}
</style>
border-color css
<style>
span { border-color: #160B4A; }
span { border-color: rgb(22,11,74); }
td.TdClassName
{
border-color: #160B4A;
}
.TagClassName
{
border-color: #160B4A;
}
</style>