Shades of Paua #17104A
Tints of Paua #17104A
RGB
CMYK
RGB Variations
Color information
#17104A (or 0x17104A) is known color: Paua. HEX triplet: 17, 10 and 4A. RGB value is (23,16,74). Sum of RGB (Red+Green+Blue) = 23+16+74=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #17104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17104A is #E8EFB5. Grayscale: #181818. Windows color (decimal): -15265718 or 4853783. OLE color: 4853783.
HSL color Cylindrical-coordinate representation of color #17104A: hue angle of 247.24º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17104A is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 16 | 74 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.71 |
| HSL | 247.24º | 0.64% | 0.18% | - |
| HSV(B) | 247.24º | 0.78% | 0.29% | - |
| XYZ | 1.77 | 1.05 | 6.59 | - |
| YUV | 24.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 74 | 0.69 | 0.78 | 0 | 0.71 | 247.24 | 0.64 | 0.18 |
| Hex | 17 | 10 | 4A | 45 | 4E | 0 | 47 | F7 | 40 | 12 |
| Octal | 27 | 20 | 112 | 105 | 116 | 0 | 107 | 367 | 100 | 22 |
| Binary | 10111 | 10000 | 1001010 | 1000101 | 1001110 | 0 | 1000111 | 11110111 | 1000000 | 10010 |
Color Harmonies of #17104A
Complementary color
Monochromatic Colors of #17104A
Black with #17104A
Text Example
Text Example
White with #17104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17104A; }
p { color: rgb(23,16,74); }
H1.HeaderClassName
{
color: #17104A;
}
.AnyTagClassName
{
color: #17104A;
}
</style>
background-color css
<style>
a { background-color: #17104A; }
a { background-color: rgb(23,16,74); }
div.DivClassName
{
background-color: #17104A;
}
.BgClassName
{
background-color: #17104A;
}
</style>
border-color css
<style>
span { border-color: #17104A; }
span { border-color: rgb(23,16,74); }
td.TdClassName
{
border-color: #17104A;
}
.TagClassName
{
border-color: #17104A;
}
</style>