#0E0621

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

Shades of Haiti #0E0621

Tints of Haiti #0E0621

Color information

#0E0621 (or 0x0E0621) is unknown color: approx Haiti. HEX triplet: 0E, 06 and 21. RGB value is (14,6,33). Sum of RGB (Red+Green+Blue) = 14+6+33=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0621 is #F1F9DE. Grayscale: #0B0B0B. Windows color (decimal): -15858143 or 2164238. OLE color: 2164238.

HSL color Cylindrical-coordinate representation of color #0E0621: hue angle of 257.78º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E0621 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB14633-
CMYK0.580.8200.87
HSL257.78º69.23%7.65%-
HSV(B)257.78º81.82%12.94%-
XYZ0.520.331.48-
YUV11.47140.15129.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.42%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=26.42%
G=11.32%
B=62.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal146330.580.8200.87257.7869.237.65
HexE6213A52057102458
Octal1664172122012740210510
Binary111011010000111101010100100101011110000001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E0621; }

 p { color: rgb(14,6,33); }

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

<style>
 a { background-color: #0E0621; }

 a { background-color: rgb(14,6,33); }

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

<style>
 span { border-color: #0E0621; }

 span { border-color: rgb(14,6,33); }

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