#151319

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

Shades of Haiti #151319

Tints of Haiti #151319

Color information

#151319 (or 0x151319) is unknown color: approx Haiti. HEX triplet: 15, 13 and 19. RGB value is (21,19,25). Sum of RGB (Red+Green+Blue) = 21+19+25=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #151319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151319 is #EAECE6. Grayscale: #141414. Windows color (decimal): -15396071 or 1643285. OLE color: 1643285.

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

Color convert

RGB211925-
CMYK0.160.2400.90
HSL260º13.64%8.63%-
HSV(B)260º24%9.8%-
XYZ0.720.71.02-
YUV20.28130.66128.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=32.31%
G=29.23%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2119250.160.2400.9026013.648.63
Hex151319101805A104e9
Octal252331203001324041611
Binary10101100111100110000110000101101010000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151319; }

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

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

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

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

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

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

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

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