#150B2C

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

Shades of Haiti #150B2C

Tints of Haiti #150B2C

Color information

#150B2C (or 0x150B2C) is unknown color: approx Haiti. HEX triplet: 15, 0B and 2C. RGB value is (21,11,44). Sum of RGB (Red+Green+Blue) = 21+11+44=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #150B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B2C is #EAF4D3. Grayscale: #111111. Windows color (decimal): -15398100 or 2886421. OLE color: 2886421.

HSL color Cylindrical-coordinate representation of color #150B2C: hue angle of 258.18º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #150B2C is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB211144-
CMYK0.520.7500.83
HSL258.18º60%10.78%-
HSV(B)258.18º75%17.25%-
XYZ0.880.582.45-
YUV17.75142.81130.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=27.63%
G=14.47%
B=57.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2111440.520.7500.83258.186010.78
Hex15B2C344B0531023cb
Octal2513546411301234027413
Binary1010110111011001101001001011010100111000000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B2C; }

 p { color: rgb(21,11,44); }

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

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

 a { background-color: rgb(21,11,44); }

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

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

 span { border-color: rgb(21,11,44); }

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