#140C33

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

Shades of Haiti #140C33

Tints of Haiti #140C33

Color information

#140C33 (or 0x140C33) is unknown color: approx Haiti. HEX triplet: 14, 0C and 33. RGB value is (20,12,51). Sum of RGB (Red+Green+Blue) = 20+12+51=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #140C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C33 is #EBF3CC. Grayscale: #121212. Windows color (decimal): -15463373 or 3345428. OLE color: 3345428.

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

Color convert

RGB201251-
CMYK0.610.7600.8
HSL252.31º61.9%12.35%-
HSV(B)252.31º76.47%20%-
XYZ1.020.653.2-
YUV18.84146.15128.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 51 (20.31% from 255) = 61.45%
R=24.10%
G=14.46%
B=61.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2012510.610.7600.8252.3161.912.35
Hex14C333D4C050fc3ec
Octal2414637511401203747614
Binary101001100110011111101100110001010000111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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