#150E33

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

Shades of Haiti #150E33

Tints of Haiti #150E33

Color information

#150E33 (or 0x150E33) is unknown color: approx Haiti. HEX triplet: 15, 0E and 33. RGB value is (21,14,51). Sum of RGB (Red+Green+Blue) = 21+14+51=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #150E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E33 is #EAF1CC. Grayscale: #141414. Windows color (decimal): -15397325 or 3345941. OLE color: 3345941.

HSL color Cylindrical-coordinate representation of color #150E33: hue angle of 251.35º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150E33 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB211451-
CMYK0.590.7300.8
HSL251.35º56.92%12.75%-
HSV(B)251.35º72.55%20%-
XYZ1.060.713.21-
YUV20.31145.32128.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 51 (20.31% from 255) = 59.30%
R=24.42%
G=16.28%
B=59.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2114510.590.7300.8251.3556.9212.75
Hex15E333B49050fb39d
Octal2516637311101203737115
Binary101011110110011111011100100101010000111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,14,51); }

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

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

 a { background-color: rgb(21,14,51); }

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

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

 span { border-color: rgb(21,14,51); }

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