#150F34

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

Shades of Haiti #150F34

Tints of Haiti #150F34

Color information

#150F34 (or 0x150F34) is unknown color: approx Haiti. HEX triplet: 15, 0F and 34. RGB value is (21,15,52). Sum of RGB (Red+Green+Blue) = 21+15+52=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #150F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F34 is #EAF0CB. Grayscale: #141414. Windows color (decimal): -15397068 or 3411733. OLE color: 3411733.

HSL color Cylindrical-coordinate representation of color #150F34: hue angle of 249.73º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150F34 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB211552-
CMYK0.600.7100.80
HSL249.73º55.22%13.14%-
HSV(B)249.73º71.15%20.39%-
XYZ1.10.753.34-
YUV21.01145.49127.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=23.86%
G=17.05%
B=59.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2115520.600.7100.80249.7355.2213.14
Hex15F343C47050fa37d
Octal2517647410701203726715
Binary101011111110100111100100011101010000111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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