Html Css Color HEX #0E2709 Myrtle

📋 copy color: '#0E2709'

red 14 ◦ green 39 ◦ blue 9

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

Shades of Myrtle #0E2709

Tints of Myrtle #0E2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 62.9%

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

R = 22.58%
G = 62.9%
B = 14.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#0E2709 (or 0x0E2709) is known color: Myrtle. HEX triplet: 0E, 27 and 09. RGB value is (14,39,9). Sum of RGB (Red+Green+Blue) = 14+39+9=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2709 is #F1D8F6. Grayscale: #1C1C1C. Windows color (decimal): -15849719 or 599822. OLE color: 599822.

HSL color Cylindrical-coordinate representation of color #0E2709: hue angle of 110º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E2709 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 39 9 -
CMYK 0.64 0 0.77 0.85
HSL 110º 0.63% 0.09% -
HSV(B) 110º 0.77% 0.15% -
XYZ 0.96 1.56 0.51 -
YUV 28.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 14 39 9 0.64 0 0.77 0.85 110 0.63 0.09
Hex E 27 9 40 0 4D 55 6E 3E 9
Octal 16 47 11 100 0 115 125 156 76 11
Binary 1110 100111 1001 1000000 0 1001101 1010101 1101110 111110 1001

Color Harmonies of #0E2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2709

Black with #0E2709

Text Example


Text Example

White with #0E2709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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