Html Css Color HEX #0E2809 Myrtle

📋 copy color: '#0E2809'

red 14 ◦ green 40 ◦ blue 9

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

Shades of Myrtle #0E2809

Tints of Myrtle #0E2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 63.49%

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

R = 22.22%
G = 63.49%
B = 14.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#0E2809 (or 0x0E2809) is known color: Myrtle. HEX triplet: 0E, 28 and 09. RGB value is (14,40,9). Sum of RGB (Red+Green+Blue) = 14+40+9=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2809 is #F1D7F6. Grayscale: #1C1C1C. Windows color (decimal): -15849463 or 600078. OLE color: 600078.

HSL color Cylindrical-coordinate representation of color #0E2809: hue angle of 110.32º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E2809 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 40 9 -
CMYK 0.65 0 0.78 0.84
HSL 110.32º 0.63% 0.1% -
HSV(B) 110.32º 0.78% 0.16% -
XYZ 0.99 1.63 0.52 -
YUV 28.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 14 40 9 0.65 0 0.78 0.84 110.32 0.63 0.1
Hex E 28 9 41 0 4E 54 6E 3F A
Octal 16 50 11 101 0 116 124 156 77 12
Binary 1110 101000 1001 1000001 0 1001110 1010100 1101110 111111 1010

Color Harmonies of #0E2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2809

Black with #0E2809

Text Example


Text Example

White with #0E2809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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