#130F1E

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

Shades of Haiti #130F1E

Tints of Haiti #130F1E

Color information

#130F1E (or 0x130F1E) is unknown color: approx Haiti. HEX triplet: 13, 0F and 1E. RGB value is (19,15,30). Sum of RGB (Red+Green+Blue) = 19+15+30=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #130F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F1E is #ECF0E1. Grayscale: #111111. Windows color (decimal): -15528162 or 1969939. OLE color: 1969939.

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

Color convert

RGB191530-
CMYK0.370.500.88
HSL256º33.33%8.82%-
HSV(B)256º50%11.76%-
XYZ0.670.571.3-
YUV17.91134.83128.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 30 (12.11% from 255) = 46.88%
R=29.69%
G=23.44%
B=46.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1915300.370.500.8825633.338.82
Hex13F1E2532058100219
Octal231736456201304004111
Binary10011111111110100101110010010110001000000001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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