#150F2B

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

Shades of Haiti #150F2B

Tints of Haiti #150F2B

Color information

#150F2B (or 0x150F2B) is unknown color: approx Haiti. HEX triplet: 15, 0F and 2B. RGB value is (21,15,43). Sum of RGB (Red+Green+Blue) = 21+15+43=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #150F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F2B is #EAF0D4. Grayscale: #131313. Windows color (decimal): -15397077 or 2821909. OLE color: 2821909.

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

Color convert

RGB211543-
CMYK0.510.6500.83
HSL252.86º48.28%11.37%-
HSV(B)252.86º65.12%16.86%-
XYZ0.920.682.37-
YUV19.99140.99128.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=26.58%
G=18.99%
B=54.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2115430.510.6500.83252.8648.2811.37
Hex15F2B3341053fd30b
Octal2517536310101233756013
Binary101011111101011110011100000101010011111111011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,15,43); }

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

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

 a { background-color: rgb(21,15,43); }

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

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

 span { border-color: rgb(21,15,43); }

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