#140D33

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

Shades of Haiti #140D33

Tints of Haiti #140D33

Color information

#140D33 (or 0x140D33) is unknown color: approx Haiti. HEX triplet: 14, 0D and 33. RGB value is (20,13,51). Sum of RGB (Red+Green+Blue) = 20+13+51=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #140D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D33 is #EBF2CC. Grayscale: #131313. Windows color (decimal): -15463117 or 3345684. OLE color: 3345684.

HSL color Cylindrical-coordinate representation of color #140D33: hue angle of 251.05º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140D33 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB201351-
CMYK0.610.7500.8
HSL251.05º59.38%12.55%-
HSV(B)251.05º74.51%20%-
XYZ1.030.683.21-
YUV19.42145.82128.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=23.81%
G=15.48%
B=60.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2013510.610.7500.8251.0559.3812.55
Hex14D333D4B050fb3bd
Octal2415637511301203737315
Binary101001101110011111101100101101010000111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140D33; }

 p { color: rgb(20,13,51); }

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

<style>
 a { background-color: #140D33; }

 a { background-color: rgb(20,13,51); }

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

<style>
 span { border-color: #140D33; }

 span { border-color: rgb(20,13,51); }

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