#130F1B

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

Shades of Haiti #130F1B

Tints of Haiti #130F1B

Color information

#130F1B (or 0x130F1B) is unknown color: approx Haiti. HEX triplet: 13, 0F and 1B. RGB value is (19,15,27). Sum of RGB (Red+Green+Blue) = 19+15+27=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #130F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F1B is #ECF0E4. Grayscale: #111111. Windows color (decimal): -15528165 or 1773331. OLE color: 1773331.

HSL color Cylindrical-coordinate representation of color #130F1B: hue angle of 260º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #130F1B is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191527-
CMYK0.300.4400.89
HSL260º28.57%8.24%-
HSV(B)260º44.44%10.59%-
XYZ0.640.561.11-
YUV17.56133.33129.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=31.15%
G=24.59%
B=44.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1915270.300.4400.8926028.578.24
Hex13F1B1E2C0591041d8
Octal231733365401314043510
Binary100111111110111111010110001011001100000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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