#131215

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

Shades of Haiti #131215

Tints of Haiti #131215

Color information

#131215 (or 0x131215) is unknown color: approx Haiti. HEX triplet: 13, 12 and 15. RGB value is (19,18,21). Sum of RGB (Red+Green+Blue) = 19+18+21=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #131215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131215 is #ECEDEA. Grayscale: #121212. Windows color (decimal): -15527403 or 1380883. OLE color: 1380883.

HSL color Cylindrical-coordinate representation of color #131215: hue angle of 260º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #131215 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB191821-
CMYK0.100.1400.92
HSL260º7.69%7.65%-
HSV(B)260º14.29%8.24%-
XYZ0.620.630.8-
YUV18.64129.33128.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=32.76%
G=31.03%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1918210.100.1400.922607.697.65
Hex131215AE05C10488
Octal232225121601344041010
Binary100111001010101101011100101110010000010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131215; }

 p { color: rgb(19,18,21); }

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

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

 a { background-color: rgb(19,18,21); }

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

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

 span { border-color: rgb(19,18,21); }

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