#191441

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

Shades of Paua #191441

Tints of Paua #191441

Color information

#191441 (or 0x191441) is unknown color: approx Paua. HEX triplet: 19, 14 and 41. RGB value is (25,20,65). Sum of RGB (Red+Green+Blue) = 25+20+65=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #191441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191441 is #E6EBBE. Grayscale: #1A1A1A. Windows color (decimal): -15133631 or 4264985. OLE color: 4264985.

HSL color Cylindrical-coordinate representation of color #191441: hue angle of 246.67º 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 #191441 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB252065-
CMYK0.620.6900.75
HSL246.67º52.94%16.67%-
HSV(B)246.67º69.23%25.49%-
XYZ1.611.095.13-
YUV26.62149.66126.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=22.73%
G=18.18%
B=59.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2520650.620.6900.75246.6752.9416.67
Hex1914413E4504Bf73511
Octal31241017610501133676521
Binary110011010010000011111101000101010010111111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191441; }

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

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

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

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

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

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

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

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