#130E1C

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

Shades of Haiti #130E1C

Tints of Haiti #130E1C

Color information

#130E1C (or 0x130E1C) is unknown color: approx Haiti. HEX triplet: 13, 0E and 1C. RGB value is (19,14,28). Sum of RGB (Red+Green+Blue) = 19+14+28=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #130E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E1C is #ECF1E3. Grayscale: #111111. Windows color (decimal): -15528420 or 1838611. OLE color: 1838611.

HSL color Cylindrical-coordinate representation of color #130E1C: hue angle of 261.43º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #130E1C is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191428-
CMYK0.320.5000.89
HSL261.43º33.33%8.24%-
HSV(B)261.43º50%10.98%-
XYZ0.640.541.17-
YUV17.09134.16129.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=31.15%
G=22.95%
B=45.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1914280.320.5000.89261.4333.338.24
Hex13E1C2032059105218
Octal231634406201314054110
Binary10011111011100100000110010010110011000001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,14,28); }

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

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

 a { background-color: rgb(19,14,28); }

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

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

 span { border-color: rgb(19,14,28); }

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