#171047

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

Shades of Paua #171047

Tints of Paua #171047

Color information

#171047 (or 0x171047) is unknown color: approx Paua. HEX triplet: 17, 10 and 47. RGB value is (23,16,71). Sum of RGB (Red+Green+Blue) = 23+16+71=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #171047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171047 is #E8EFB8. Grayscale: #181818. Windows color (decimal): -15265721 or 4657175. OLE color: 4657175.

HSL color Cylindrical-coordinate representation of color #171047: hue angle of 247.64º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #171047 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB231671-
CMYK0.680.7700.72
HSL247.64º63.22%17.06%-
HSV(B)247.64º77.46%27.84%-
XYZ1.681.016.07-
YUV24.36154.32127.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.91%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=20.91%
G=14.55%
B=64.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2316710.680.7700.72247.6463.2217.06
Hex171047444D048f83f11
Octal272010710411501103707721
Binary1011110000100011110001001001101010010001111100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171047; }

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

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

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

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

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

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

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

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