#0E310B

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

Shades of Myrtle #0E310B

Tints of Myrtle #0E310B

Color information

#0E310B (or 0x0E310B) is unknown color: approx Myrtle. HEX triplet: 0E, 31 and 0B. RGB value is (14,49,11). Sum of RGB (Red+Green+Blue) = 14+49+11=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #0E310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E310B is #F1CEF4. Grayscale: #222222. Windows color (decimal): -15847157 or 733454. OLE color: 733454.

HSL color Cylindrical-coordinate representation of color #0E310B: hue angle of 115.26º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E310B is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB144911-
CMYK0.7100.780.81
HSL115.26º63.33%11.76%-
HSV(B)115.26º77.55%19.22%-
XYZ1.342.310.69-
YUV34.2114.9113.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.92%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=18.92%
G=66.22%
B=14.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1449110.7100.780.81115.2663.3311.76
HexE31B4704E51733fc
Octal16611310701161211637714
Binary11101100011011100011101001110101000111100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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