Shades of Paua #110F4A
Tints of Paua #110F4A
RGB
CMYK
RGB Variations
Color information
#110F4A (or 0x110F4A) is known color: Paua. HEX triplet: 11, 0F and 4A. RGB value is (17,15,74). Sum of RGB (Red+Green+Blue) = 17+15+74=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #110F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F4A is #EEF0B5. Grayscale: #161616. Windows color (decimal): -15659190 or 4853521. OLE color: 4853521.
HSL color Cylindrical-coordinate representation of color #110F4A: hue angle of 242.03º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110F4A is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 15 | 74 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.71 |
| HSL | 242.03º | 0.66% | 0.17% | - |
| HSV(B) | 242.03º | 0.8% | 0.29% | - |
| XYZ | 1.64 | 0.96 | 6.58 | - |
| YUV | 22.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 74 | 0.77 | 0.80 | 0 | 0.71 | 242.03 | 0.66 | 0.17 |
| Hex | 11 | F | 4A | 4D | 50 | 0 | 47 | F2 | 42 | 11 |
| Octal | 21 | 17 | 112 | 115 | 120 | 0 | 107 | 362 | 102 | 21 |
| Binary | 10001 | 1111 | 1001010 | 1001101 | 1010000 | 0 | 1000111 | 11110010 | 1000010 | 10001 |
Color Harmonies of #110F4A
Complementary color
Monochromatic Colors of #110F4A
Black with #110F4A
Text Example
Text Example
White with #110F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F4A; }
p { color: rgb(17,15,74); }
H1.HeaderClassName
{
color: #110F4A;
}
.AnyTagClassName
{
color: #110F4A;
}
</style>
background-color css
<style>
a { background-color: #110F4A; }
a { background-color: rgb(17,15,74); }
div.DivClassName
{
background-color: #110F4A;
}
.BgClassName
{
background-color: #110F4A;
}
</style>
border-color css
<style>
span { border-color: #110F4A; }
span { border-color: rgb(17,15,74); }
td.TdClassName
{
border-color: #110F4A;
}
.TagClassName
{
border-color: #110F4A;
}
</style>