#171042

Color #171042 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #171042

Tints of Paua #171042

Color information

#171042 (or 0x171042) is unknown color: approx Paua. HEX triplet: 17, 10 and 42. RGB value is (23,16,66). Sum of RGB (Red+Green+Blue) = 23+16+66=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #171042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171042 is #E8EFBD. Grayscale: #171717. Windows color (decimal): -15265726 or 4329495. OLE color: 4329495.

HSL color Cylindrical-coordinate representation of color #171042: hue angle of 248.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171042 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB231666-
CMYK0.650.7600.74
HSL248.4º60.98%16.08%-
HSV(B)248.4º75.76%25.88%-
XYZ1.520.955.26-
YUV23.79151.82127.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 21.90%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 66 (26.17% from 255) = 62.86%
R=21.90%
G=15.24%
B=62.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2316660.650.7600.74248.460.9816.08
Hex171042414C04Af83d10
Octal272010210111401123707520
Binary1011110000100001010000011001100010010101111100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171042; }

 p { color: rgb(23,16,66); }

 H1.HeaderClassName
 {
   color: #171042;
 }
 .AnyTagClassName
 {
   color: #171042;
 }
</style>
background-color css

<style>
 a { background-color: #171042; }

 a { background-color: rgb(23,16,66); }

 div.DivClassName
 {
   background-color: #171042;
 }
 .BgClassName
 {
   background-color: #171042;
 }
</style>
border-color css

<style>
 span { border-color: #171042; }

 span { border-color: rgb(23,16,66); }

 td.TdClassName
 {
   border-color: #171042;
 }
 .TagClassName
 {
   border-color: #171042;
 }
</style>