#130D20

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

Shades of Haiti #130D20

Tints of Haiti #130D20

Color information

#130D20 (or 0x130D20) is unknown color: approx Haiti. HEX triplet: 13, 0D and 20. RGB value is (19,13,32). Sum of RGB (Red+Green+Blue) = 19+13+32=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #130D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D20 is #ECF2DF. Grayscale: #101010. Windows color (decimal): -15528672 or 2100499. OLE color: 2100499.

HSL color Cylindrical-coordinate representation of color #130D20: hue angle of 258.95º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #130D20 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191332-
CMYK0.410.5900.87
HSL258.95º42.22%8.82%-
HSV(B)258.95º59.38%12.55%-
XYZ0.670.531.43-
YUV16.96136.49129.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 32 (12.89% from 255) = 50%
R=29.69%
G=20.31%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1913320.410.5900.87258.9542.228.82
Hex13D20293B0571032a9
Octal231540517301274035211
Binary100111101100000101001111011010101111000000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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