Html Css Color HEX #0E200B Myrtle

📋 copy color: '#0E200B'

red 14 ◦ green 32 ◦ blue 11

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

Shades of Myrtle #0E200B

Tints of Myrtle #0E200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 56.14%

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

R = 24.56%
G = 56.14%
B = 19.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#0E200B (or 0x0E200B) is known color: Myrtle. HEX triplet: 0E, 20 and 0B. RGB value is (14,32,11). Sum of RGB (Red+Green+Blue) = 14+32+11=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0E200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E200B is #F1DFF4. Grayscale: #181818. Windows color (decimal): -15851509 or 729102. OLE color: 729102.

HSL color Cylindrical-coordinate representation of color #0E200B: hue angle of 111.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E200B is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 32 11 -
CMYK 0.56 0 0.66 0.87
HSL 111.43º 0.49% 0.08% -
HSV(B) 111.43º 0.66% 0.13% -
XYZ 0.76 1.15 0.5 -
YUV 24.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 14 32 11 0.56 0 0.66 0.87 111.43 0.49 0.08
Hex E 20 B 38 0 42 57 6F 31 8
Octal 16 40 13 70 0 102 127 157 61 10
Binary 1110 100000 1011 111000 0 1000010 1010111 1101111 110001 1000

Color Harmonies of #0E200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E200B

Black with #0E200B

Text Example


Text Example

White with #0E200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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