#191331

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

Shades of Haiti #191331

Tints of Haiti #191331

Color information

#191331 (or 0x191331) is unknown color: approx Haiti. HEX triplet: 19, 13 and 31. RGB value is (25,19,49). Sum of RGB (Red+Green+Blue) = 25+19+49=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #191331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191331 is #E6ECCE. Grayscale: #181818. Windows color (decimal): -15133903 or 3216153. OLE color: 3216153.

HSL color Cylindrical-coordinate representation of color #191331: hue angle of 252º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #191331 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB251949-
CMYK0.490.6100.81
HSL252º44.12%13.33%-
HSV(B)252º61.22%19.22%-
XYZ1.190.893.02-
YUV24.21141.99128.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=26.88%
G=20.43%
B=52.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2519490.490.6100.8125244.1213.33
Hex191331313D051fc2cd
Octal312361617501213745415
Binary110011001111000111000111110101010001111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191331; }

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

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

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

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

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

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

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

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