#131018

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

Shades of Haiti #131018

Tints of Haiti #131018

Color information

#131018 (or 0x131018) is unknown color: approx Haiti. HEX triplet: 13, 10 and 18. RGB value is (19,16,24). Sum of RGB (Red+Green+Blue) = 19+16+24=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #131018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131018 is #ECEFE7. Grayscale: #111111. Windows color (decimal): -15527912 or 1576979. OLE color: 1576979.

HSL color Cylindrical-coordinate representation of color #131018: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #131018 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191624-
CMYK0.210.3300.91
HSL262.5º20%7.84%-
HSV(B)262.5º33.33%9.41%-
XYZ0.620.570.94-
YUV17.81131.49128.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=32.20%
G=27.12%
B=40.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1916240.210.3300.91262.5207.84
Hex131018152105B106148
Octal232030254101334062410
Binary1001110000110001010110000101011011100000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131018; }

 p { color: rgb(19,16,24); }

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

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

 a { background-color: rgb(19,16,24); }

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

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

 span { border-color: rgb(19,16,24); }

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