Html Css Color HEX #0E210B Myrtle

📋 copy color: '#0E210B'

red 14 ◦ green 33 ◦ blue 11

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

Shades of Myrtle #0E210B

Tints of Myrtle #0E210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 56.9%

 BLUE value IS 11 (4.69% from 255) = 18.97%

R = 24.14%
G = 56.9%
B = 18.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#0E210B (or 0x0E210B) is known color: Myrtle. HEX triplet: 0E, 21 and 0B. RGB value is (14,33,11). Sum of RGB (Red+Green+Blue) = 14+33+11=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #0E210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E210B is #F1DEF4. Grayscale: #181818. Windows color (decimal): -15851253 or 729358. OLE color: 729358.

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

Color convert

RGB 14 33 11 -
CMYK 0.58 0 0.67 0.87
HSL 111.82º 0.5% 0.09% -
HSV(B) 111.82º 0.67% 0.13% -
XYZ 0.79 1.21 0.51 -
YUV 24.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 14 33 11 0.58 0 0.67 0.87 111.82 0.5 0.09
Hex E 21 B 3A 0 43 57 70 32 9
Octal 16 41 13 72 0 103 127 160 62 11
Binary 1110 100001 1011 111010 0 1000011 1010111 1110000 110010 1001

Color Harmonies of #0E210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E210B

Black with #0E210B

Text Example


Text Example

White with #0E210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,33,11); }

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

background-color css

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

 a { background-color: rgb(14,33,11); }

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

border-color css

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

 span { border-color: rgb(14,33,11); }

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