#130E1F

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

Shades of Haiti #130E1F

Tints of Haiti #130E1F

Color information

#130E1F (or 0x130E1F) is unknown color: approx Haiti. HEX triplet: 13, 0E and 1F. RGB value is (19,14,31). Sum of RGB (Red+Green+Blue) = 19+14+31=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #130E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E1F is #ECF1E0. Grayscale: #111111. Windows color (decimal): -15528417 or 2035219. OLE color: 2035219.

HSL color Cylindrical-coordinate representation of color #130E1F: hue angle of 257.65º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #130E1F is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191431-
CMYK0.390.5500.88
HSL257.65º37.78%8.82%-
HSV(B)257.65º54.84%12.16%-
XYZ0.670.551.37-
YUV17.43135.66129.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=29.69%
G=21.88%
B=48.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1914310.390.5500.88257.6537.788.82
Hex13E1F2737058102269
Octal231637476701304024611
Binary10011111011111100111110111010110001000000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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