#150F30

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

Shades of Haiti #150F30

Tints of Haiti #150F30

Color information

#150F30 (or 0x150F30) is unknown color: approx Haiti. HEX triplet: 15, 0F and 30. RGB value is (21,15,48). Sum of RGB (Red+Green+Blue) = 21+15+48=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #150F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F30 is #EAF0CF. Grayscale: #141414. Windows color (decimal): -15397072 or 3149589. OLE color: 3149589.

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

Color convert

RGB211548-
CMYK0.560.6900.81
HSL250.91º52.38%12.35%-
HSV(B)250.91º68.75%18.82%-
XYZ1.010.712.88-
YUV20.56143.49128.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=25%
G=17.86%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2115480.560.6900.81250.9152.3812.35
Hex15F303845051fb34c
Octal2517607010501213736414
Binary101011111110000111000100010101010001111110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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