#150C30

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

Shades of Haiti #150C30

Tints of Haiti #150C30

Color information

#150C30 (or 0x150C30) is unknown color: approx Haiti. HEX triplet: 15, 0C and 30. RGB value is (21,12,48). Sum of RGB (Red+Green+Blue) = 21+12+48=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #150C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C30 is #EAF3CF. Grayscale: #121212. Windows color (decimal): -15397840 or 3148821. OLE color: 3148821.

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

Color convert

RGB211248-
CMYK0.560.7500.81
HSL255º60%11.76%-
HSV(B)255º75%18.82%-
XYZ0.970.642.87-
YUV18.8144.48129.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=25.93%
G=14.81%
B=59.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2112480.560.7500.812556011.76
Hex15C30384B051ff3cc
Octal2514607011301213777414
Binary101011100110000111000100101101010001111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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