Shades of Paua #171652
Tints of Paua #171652
RGB
CMYK
RGB Variations
Color information
#171652 (or 0x171652) is known color: Paua. HEX triplet: 17, 16 and 52. RGB value is (23,22,82). Sum of RGB (Red+Green+Blue) = 23+22+82=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #171652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171652 is #E8E9AD. Grayscale: #1C1C1C. Windows color (decimal): -15264174 or 5379607. OLE color: 5379607.
HSL color Cylindrical-coordinate representation of color #171652: hue angle of 241º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #171652 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 22 | 82 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.68 |
| HSL | 241º | 0.58% | 0.2% | - |
| HSV(B) | 241º | 0.73% | 0.32% | - |
| XYZ | 2.16 | 1.37 | 8.13 | - |
| YUV | 29.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 82 | 0.72 | 0.73 | 0 | 0.68 | 241 | 0.58 | 0.2 |
| Hex | 17 | 16 | 52 | 48 | 49 | 0 | 44 | F1 | 3A | 14 |
| Octal | 27 | 26 | 122 | 110 | 111 | 0 | 104 | 361 | 72 | 24 |
| Binary | 10111 | 10110 | 1010010 | 1001000 | 1001001 | 0 | 1000100 | 11110001 | 111010 | 10100 |
Color Harmonies of #171652
Complementary color
Monochromatic Colors of #171652
Black with #171652
Text Example
Text Example
White with #171652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171652; }
p { color: rgb(23,22,82); }
H1.HeaderClassName
{
color: #171652;
}
.AnyTagClassName
{
color: #171652;
}
</style>
background-color css
<style>
a { background-color: #171652; }
a { background-color: rgb(23,22,82); }
div.DivClassName
{
background-color: #171652;
}
.BgClassName
{
background-color: #171652;
}
</style>
border-color css
<style>
span { border-color: #171652; }
span { border-color: rgb(23,22,82); }
td.TdClassName
{
border-color: #171652;
}
.TagClassName
{
border-color: #171652;
}
</style>