#15121B

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

Shades of Haiti #15121B

Tints of Haiti #15121B

Color information

#15121B (or 0x15121B) is unknown color: approx Haiti. HEX triplet: 15, 12 and 1B. RGB value is (21,18,27). Sum of RGB (Red+Green+Blue) = 21+18+27=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #15121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15121B is #EAEDE4. Grayscale: #131313. Windows color (decimal): -15396325 or 1774101. OLE color: 1774101.

HSL color Cylindrical-coordinate representation of color #15121B: hue angle of 260º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #15121B is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211827-
CMYK0.220.3300.89
HSL260º20%8.82%-
HSV(B)260º33.33%10.59%-
XYZ0.720.671.13-
YUV19.92131.99128.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=31.82%
G=27.27%
B=40.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2118270.220.3300.89260208.82
Hex15121B1621059104149
Octal252233264101314042411
Binary1010110010110111011010000101011001100000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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