Html Css Color HEX #0E2009 Myrtle

📋 copy color: '#0E2009'

red 14 ◦ green 32 ◦ blue 9

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

Shades of Myrtle #0E2009

Tints of Myrtle #0E2009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 58.18%

 BLUE value IS 9 (3.91% from 255) = 16.36%

R = 25.45%
G = 58.18%
B = 16.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#0E2009 (or 0x0E2009) is known color: Myrtle. HEX triplet: 0E, 20 and 09. RGB value is (14,32,9). Sum of RGB (Red+Green+Blue) = 14+32+9=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2009 is #F1DFF6. Grayscale: #181818. Windows color (decimal): -15851511 or 598030. OLE color: 598030.

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

Color convert

RGB 14 32 9 -
CMYK 0.56 0 0.72 0.87
HSL 106.96º 0.56% 0.08% -
HSV(B) 106.96º 0.72% 0.13% -
XYZ 0.75 1.15 0.44 -
YUV 24 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 14 32 9 0.56 0 0.72 0.87 106.96 0.56 0.08
Hex E 20 9 38 0 48 57 6B 38 8
Octal 16 40 11 70 0 110 127 153 70 10
Binary 1110 100000 1001 111000 0 1001000 1010111 1101011 111000 1000

Color Harmonies of #0E2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2009

Black with #0E2009

Text Example


Text Example

White with #0E2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,9); }

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

background-color css

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

 a { background-color: rgb(14,32,9); }

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

border-color css

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

 span { border-color: rgb(14,32,9); }

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