#130A31

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

Shades of Haiti #130A31

Tints of Haiti #130A31

Color information

#130A31 (or 0x130A31) is unknown color: approx Haiti. HEX triplet: 13, 0A and 31. RGB value is (19,10,49). Sum of RGB (Red+Green+Blue) = 19+10+49=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #130A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A31 is #ECF5CE. Grayscale: #101010. Windows color (decimal): -15529423 or 3213843. OLE color: 3213843.

HSL color Cylindrical-coordinate representation of color #130A31: hue angle of 253.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130A31 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB191049-
CMYK0.610.8000.81
HSL253.85º66.1%11.57%-
HSV(B)253.85º79.59%19.22%-
XYZ0.930.582.97-
YUV17.14145.98129.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=24.36%
G=12.82%
B=62.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1910490.610.8000.81253.8566.111.57
Hex13A313D50051fe42c
Octal23126175120012137610214
Binary1001110101100011111011010000010100011111111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A31; }

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

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

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

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

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

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

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

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