#191541

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

Shades of Paua #191541

Tints of Paua #191541

Color information

#191541 (or 0x191541) is unknown color: approx Paua. HEX triplet: 19, 15 and 41. RGB value is (25,21,65). Sum of RGB (Red+Green+Blue) = 25+21+65=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #191541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191541 is #E6EABE. Grayscale: #1B1B1B. Windows color (decimal): -15133375 or 4265241. OLE color: 4265241.

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

Color convert

RGB252165-
CMYK0.620.6800.75
HSL245.45º51.16%16.86%-
HSV(B)245.45º67.69%25.49%-
XYZ1.621.125.13-
YUV27.21149.33126.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.52%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=22.52%
G=18.92%
B=58.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2521650.620.6800.75245.4551.1616.86
Hex1915413E4404Bf53311
Octal31251017610401133656321
Binary110011010110000011111101000100010010111111010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191541; }

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

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

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

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

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

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

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

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