#130D1E

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

Shades of Haiti #130D1E

Tints of Haiti #130D1E

Color information

#130D1E (or 0x130D1E) is unknown color: approx Haiti. HEX triplet: 13, 0D and 1E. RGB value is (19,13,30). Sum of RGB (Red+Green+Blue) = 19+13+30=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #130D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D1E is #ECF2E1. Grayscale: #101010. Windows color (decimal): -15528674 or 1969427. OLE color: 1969427.

HSL color Cylindrical-coordinate representation of color #130D1E: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #130D1E is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191330-
CMYK0.370.5700.88
HSL261.18º39.53%8.43%-
HSV(B)261.18º56.67%11.76%-
XYZ0.650.521.29-
YUV16.73135.49129.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=30.65%
G=20.97%
B=48.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1913300.370.5700.88261.1839.538.43
Hex13D1E2539058105288
Octal231536457101304055010
Binary10011110111110100101111001010110001000001011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,30); }

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

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

 a { background-color: rgb(19,13,30); }

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

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

 span { border-color: rgb(19,13,30); }

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