Html Css Color HEX #0E270D Myrtle

📋 copy color: '#0E270D'

red 14 ◦ green 39 ◦ blue 13

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

Shades of Myrtle #0E270D

Tints of Myrtle #0E270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.7%

R = 21.21%
G = 59.09%
B = 19.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#0E270D (or 0x0E270D) is known color: Myrtle. HEX triplet: 0E, 27 and 0D. RGB value is (14,39,13). Sum of RGB (Red+Green+Blue) = 14+39+13=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0E270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E270D is #F1D8F2. Grayscale: #1C1C1C. Windows color (decimal): -15849715 or 861966. OLE color: 861966.

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

Color convert

RGB 14 39 13 -
CMYK 0.64 0 0.67 0.85
HSL 117.69º 0.5% 0.1% -
HSV(B) 117.69º 0.67% 0.15% -
XYZ 0.98 1.57 0.63 -
YUV 28.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 14 39 13 0.64 0 0.67 0.85 117.69 0.5 0.1
Hex E 27 D 40 0 43 55 76 32 A
Octal 16 47 15 100 0 103 125 166 62 12
Binary 1110 100111 1101 1000000 0 1000011 1010101 1110110 110010 1010

Color Harmonies of #0E270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E270D

Black with #0E270D

Text Example


Text Example

White with #0E270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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