#0E1B0A

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

Shades of Myrtle #0E1B0A

Tints of Myrtle #0E1B0A

Color information

#0E1B0A (or 0x0E1B0A) is unknown color: approx Myrtle. HEX triplet: 0E, 1B and 0A. RGB value is (14,27,10). Sum of RGB (Red+Green+Blue) = 14+27+10=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B0A is #F1E4F5. Grayscale: #151515. Windows color (decimal): -15852790 or 662286. OLE color: 662286.

HSL color Cylindrical-coordinate representation of color #0E1B0A: hue angle of 105.88º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E1B0A is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB142710-
CMYK0.4800.630.89
HSL105.88º45.95%7.25%-
HSV(B)105.88º62.96%10.59%-
XYZ0.630.90.43-
YUV21.17121.69122.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 27 (10.94% from 255) = 52.94%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=27.45%
G=52.94%
B=19.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1427100.4800.630.89105.8845.957.25
HexE1BA3003F596a2e7
Octal16331260077131152567
Binary1110110111010110000011111110110011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,27,10); }

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

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

 a { background-color: rgb(14,27,10); }

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

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

 span { border-color: rgb(14,27,10); }

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