Html Css Color HEX #0E071F Haiti

📋 copy color: '#0E071F'

red 14 ◦ green 7 ◦ blue 31

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

Shades of Haiti #0E071F

Tints of Haiti #0E071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 59.62%

R = 26.92%
G = 13.46%
B = 59.62%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E071F (or 0x0E071F) is known color: Haiti. HEX triplet: 0E, 07 and 1F. RGB value is (14,7,31). Sum of RGB (Red+Green+Blue) = 14+7+31=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E071F is #F1F8E0. Grayscale: #0B0B0B. Windows color (decimal): -15857889 or 2033422. OLE color: 2033422.

HSL color Cylindrical-coordinate representation of color #0E071F: hue angle of 257.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E071F is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 7 31 -
CMYK 0.55 0.77 0 0.88
HSL 257.5º 0.63% 0.07% -
HSV(B) 257.5º 0.77% 0.12% -
XYZ 0.5 0.34 1.34 -
YUV 11.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 14 7 31 0.55 0.77 0 0.88 257.5 0.63 0.07
Hex E 7 1F 37 4D 0 58 102 3F 7
Octal 16 7 37 67 115 0 130 402 77 7
Binary 1110 111 11111 110111 1001101 0 1011000 100000010 111111 111

Color Harmonies of #0E071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E071F

Black with #0E071F

Text Example


Text Example

White with #0E071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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