Html Css Color HEX #0E220D Myrtle

📋 copy color: '#0E220D'

red 14 ◦ green 34 ◦ blue 13

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

Shades of Myrtle #0E220D

Tints of Myrtle #0E220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 55.74%

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

R = 22.95%
G = 55.74%
B = 21.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

#0E220D (or 0x0E220D) is known color: Myrtle. HEX triplet: 0E, 22 and 0D. RGB value is (14,34,13). Sum of RGB (Red+Green+Blue) = 14+34+13=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #0E220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E220D is #F1DDF2. Grayscale: #191919. Windows color (decimal): -15850995 or 860686. OLE color: 860686.

HSL color Cylindrical-coordinate representation of color #0E220D: hue angle of 117.14º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E220D is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 34 13 -
CMYK 0.59 0 0.62 0.87
HSL 117.14º 0.45% 0.09% -
HSV(B) 117.14º 0.62% 0.13% -
XYZ 0.83 1.27 0.58 -
YUV 25.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 14 34 13 0.59 0 0.62 0.87 117.14 0.45 0.09
Hex E 22 D 3B 0 3E 57 75 2D 9
Octal 16 42 15 73 0 76 127 165 55 11
Binary 1110 100010 1101 111011 0 111110 1010111 1110101 101101 1001

Color Harmonies of #0E220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E220D

Black with #0E220D

Text Example


Text Example

White with #0E220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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