#150F31

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

Shades of Haiti #150F31

Tints of Haiti #150F31

Color information

#150F31 (or 0x150F31) is unknown color: approx Haiti. HEX triplet: 15, 0F and 31. RGB value is (21,15,49). Sum of RGB (Red+Green+Blue) = 21+15+49=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #150F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F31 is #EAF0CE. Grayscale: #141414. Windows color (decimal): -15397071 or 3215125. OLE color: 3215125.

HSL color Cylindrical-coordinate representation of color #150F31: hue angle of 250.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #150F31 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB211549-
CMYK0.570.6900.81
HSL250.59º53.12%12.55%-
HSV(B)250.59º69.39%19.22%-
XYZ1.030.722.99-
YUV20.67143.99128.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=24.71%
G=17.65%
B=57.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2115490.570.6900.81250.5953.1212.55
Hex15F313945051fb35d
Octal2517617110501213736515
Binary101011111110001111001100010101010001111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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