#150D30

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

Shades of Haiti #150D30

Tints of Haiti #150D30

Color information

#150D30 (or 0x150D30) is unknown color: approx Haiti. HEX triplet: 15, 0D and 30. RGB value is (21,13,48). Sum of RGB (Red+Green+Blue) = 21+13+48=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #150D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D30 is #EAF2CF. Grayscale: #131313. Windows color (decimal): -15397584 or 3149077. OLE color: 3149077.

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

Color convert

RGB211348-
CMYK0.560.7300.81
HSL253.71º57.38%11.96%-
HSV(B)253.71º72.92%18.82%-
XYZ0.990.662.87-
YUV19.38144.15129.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=25.61%
G=15.85%
B=58.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2113480.560.7300.81253.7157.3811.96
Hex15D303849051fe39c
Octal2515607011101213767114
Binary101011101110000111000100100101010001111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,48); }

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

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

 a { background-color: rgb(21,13,48); }

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

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

 span { border-color: rgb(21,13,48); }

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