Html Css Color HEX #0E071D Haiti

📋 copy color: '#0E071D'

red 14 ◦ green 7 ◦ blue 29

#0E071D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Haiti #0E071D

Tints of Haiti #0E071D

RGB

 RED value IS 14 (5.86% from 255) = 28%

 GREEN value IS 7 (3.13% from 255) = 14%

 BLUE value IS 29 (11.72% from 255) = 58%

R = 28%
G = 14%
B = 58%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E071D (or 0x0E071D) is known color: Haiti. HEX triplet: 0E, 07 and 1D. RGB value is (14,7,29). Sum of RGB (Red+Green+Blue) = 14+7+29=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E071D is #F1F8E2. Grayscale: #0B0B0B. Windows color (decimal): -15857891 or 1902350. OLE color: 1902350.

HSL color Cylindrical-coordinate representation of color #0E071D: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E071D is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 7 29 -
CMYK 0.52 0.76 0 0.89
HSL 259.09º 0.61% 0.07% -
HSV(B) 259.09º 0.76% 0.11% -
XYZ 0.48 0.33 1.2 -
YUV 11.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 14 7 29 0.52 0.76 0 0.89 259.09 0.61 0.07
Hex E 7 1D 34 4C 0 59 103 3D 7
Octal 16 7 35 64 114 0 131 403 75 7
Binary 1110 111 11101 110100 1001100 0 1011001 100000011 111101 111

Color Harmonies of #0E071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E071D

Black with #0E071D

Text Example


Text Example

White with #0E071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,7,29); }

 H1.HeaderClassName
 {
   color: #0E071D;
 }
 .AnyTagClassName
 {
   color: #0E071D;
 }
</style>

background-color css

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

 a { background-color: rgb(14,7,29); }

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

border-color css

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

 span { border-color: rgb(14,7,29); }

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