#0E390B

Color #0E390B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0E390B

Tints of Myrtle #0E390B

Color information

#0E390B (or 0x0E390B) is unknown color: approx Myrtle. HEX triplet: 0E, 39 and 0B. RGB value is (14,57,11). Sum of RGB (Red+Green+Blue) = 14+57+11=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #0E390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E390B is #F1C6F4. Grayscale: #272727. Windows color (decimal): -15845109 or 735502. OLE color: 735502.

HSL color Cylindrical-coordinate representation of color #0E390B: hue angle of 116.09º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E390B is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB145711-
CMYK0.7500.810.78
HSL116.09º67.65%13.33%-
HSV(B)116.09º80.7%22.35%-
XYZ1.73.040.81-
YUV38.9112.25110.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.07%
GREEN value IS 57 (22.66% from 255) = 69.51%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=17.07%
G=69.51%
B=13.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1457110.7500.810.78116.0967.6513.33
HexE39B4B0514E7444d
Octal167113113012111616410415
Binary111011100110111001011010100011001110111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E390B;
 }
 .AnyTagClassName
 {
   color: #0E390B;
 }
</style>
background-color css

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

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

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

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

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

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