#191049

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

Shades of Paua #191049

Tints of Paua #191049

Color information

#191049 (or 0x191049) is unknown color: approx Paua. HEX triplet: 19, 10 and 49. RGB value is (25,16,73). Sum of RGB (Red+Green+Blue) = 25+16+73=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #191049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191049 is #E6EFB6. Grayscale: #181818. Windows color (decimal): -15134647 or 4788249. OLE color: 4788249.

HSL color Cylindrical-coordinate representation of color #191049: hue angle of 249.47º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191049 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB251673-
CMYK0.660.7800.71
HSL249.47º64.04%17.45%-
HSV(B)249.47º78.08%28.63%-
XYZ1.791.066.41-
YUV25.19154.98127.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=21.93%
G=14.04%
B=64.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2516730.660.7800.71249.4764.0417.45
Hex191049424E047f94011
Octal3120111102116010737110021
Binary11001100001001001100001010011100100011111111001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191049; }

 p { color: rgb(25,16,73); }

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

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

 a { background-color: rgb(25,16,73); }

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

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

 span { border-color: rgb(25,16,73); }

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