#191341

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

Shades of Paua #191341

Tints of Paua #191341

Color information

#191341 (or 0x191341) is unknown color: approx Paua. HEX triplet: 19, 13 and 41. RGB value is (25,19,65). Sum of RGB (Red+Green+Blue) = 25+19+65=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #191341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191341 is #E6ECBE. Grayscale: #191919. Windows color (decimal): -15133887 or 4264729. OLE color: 4264729.

HSL color Cylindrical-coordinate representation of color #191341: hue angle of 247.83º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #191341 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB251965-
CMYK0.620.7100.75
HSL247.83º54.76%16.47%-
HSV(B)247.83º70.77%25.49%-
XYZ1.591.055.12-
YUV26.04149.99127.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=22.94%
G=17.43%
B=59.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2519650.620.7100.75247.8354.7616.47
Hex1913413E4704Bf83710
Octal31231017610701133706720
Binary110011001110000011111101000111010010111111100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191341; }

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

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

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

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

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

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

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

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