#15121E

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

Shades of Haiti #15121E

Tints of Haiti #15121E

Color information

#15121E (or 0x15121E) is unknown color: approx Haiti. HEX triplet: 15, 12 and 1E. RGB value is (21,18,30). Sum of RGB (Red+Green+Blue) = 21+18+30=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #15121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15121E is #EAEDE1. Grayscale: #141414. Windows color (decimal): -15396322 or 1970709. OLE color: 1970709.

HSL color Cylindrical-coordinate representation of color #15121E: hue angle of 255º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #15121E is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB211830-
CMYK0.300.4000.88
HSL255º25%9.41%-
HSV(B)255º40%11.76%-
XYZ0.760.691.32-
YUV20.26133.49128.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=30.43%
G=26.09%
B=43.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2118300.300.4000.88255259.41
Hex15121E1E28058ff199
Octal252236365001303773111
Binary101011001011110111101010000101100011111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15121E; }

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

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

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

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

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

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

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

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