Shades of Paua #171543
Tints of Paua #171543
RGB
CMYK
RGB Variations
Color information
#171543 (or 0x171543) is known color: Paua. HEX triplet: 17, 15 and 43. RGB value is (23,21,67). Sum of RGB (Red+Green+Blue) = 23+21+67=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #171543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171543 is #E8EABC. Grayscale: #1A1A1A. Windows color (decimal): -15264445 or 4396311. OLE color: 4396311.
HSL color Cylindrical-coordinate representation of color #171543: hue angle of 242.61º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #171543 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 21 | 67 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.74 |
| HSL | 242.61º | 0.52% | 0.17% | - |
| HSV(B) | 242.61º | 0.69% | 0.26% | - |
| XYZ | 1.63 | 1.12 | 5.44 | - |
| YUV | 26.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 67 | 0.66 | 0.69 | 0 | 0.74 | 242.61 | 0.52 | 0.17 |
| Hex | 17 | 15 | 43 | 42 | 45 | 0 | 4A | F3 | 34 | 11 |
| Octal | 27 | 25 | 103 | 102 | 105 | 0 | 112 | 363 | 64 | 21 |
| Binary | 10111 | 10101 | 1000011 | 1000010 | 1000101 | 0 | 1001010 | 11110011 | 110100 | 10001 |
Color Harmonies of #171543
Complementary color
Monochromatic Colors of #171543
Black with #171543
Text Example
Text Example
White with #171543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171543; }
p { color: rgb(23,21,67); }
H1.HeaderClassName
{
color: #171543;
}
.AnyTagClassName
{
color: #171543;
}
</style>
background-color css
<style>
a { background-color: #171543; }
a { background-color: rgb(23,21,67); }
div.DivClassName
{
background-color: #171543;
}
.BgClassName
{
background-color: #171543;
}
</style>
border-color css
<style>
span { border-color: #171543; }
span { border-color: rgb(23,21,67); }
td.TdClassName
{
border-color: #171543;
}
.TagClassName
{
border-color: #171543;
}
</style>