#171441

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

Shades of Paua #171441

Tints of Paua #171441

Color information

#171441 (or 0x171441) is unknown color: approx Paua. HEX triplet: 17, 14 and 41. RGB value is (23,20,65). Sum of RGB (Red+Green+Blue) = 23+20+65=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #171441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171441 is #E8EBBE. Grayscale: #191919. Windows color (decimal): -15264703 or 4264983. OLE color: 4264983.

HSL color Cylindrical-coordinate representation of color #171441: hue angle of 244º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #171441 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB232065-
CMYK0.650.6900.75
HSL244º52.94%16.67%-
HSV(B)244º69.23%25.49%-
XYZ1.561.065.12-
YUV26.03149.99125.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.30%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=21.30%
G=18.52%
B=60.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2320650.650.6900.7524452.9416.67
Hex171441414504Bf43511
Octal272410110110501133646521
Binary1011110100100000110000011000101010010111111010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171441; }

 p { color: rgb(23,20,65); }

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

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

 a { background-color: rgb(23,20,65); }

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

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

 span { border-color: rgb(23,20,65); }

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