#0E1C0B

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

Shades of Myrtle #0E1C0B

Tints of Myrtle #0E1C0B

Color information

#0E1C0B (or 0x0E1C0B) is unknown color: approx Myrtle. HEX triplet: 0E, 1C and 0B. RGB value is (14,28,11). Sum of RGB (Red+Green+Blue) = 14+28+11=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C0B is #F1E3F4. Grayscale: #151515. Windows color (decimal): -15852533 or 728078. OLE color: 728078.

HSL color Cylindrical-coordinate representation of color #0E1C0B: hue angle of 109.41º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E1C0B is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.

Color convert

RGB142811-
CMYK0.5000.610.89
HSL109.41º43.59%7.65%-
HSV(B)109.41º60.71%10.98%-
XYZ0.660.950.46-
YUV21.88121.86122.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.42%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=26.42%
G=52.83%
B=20.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1428110.5000.610.89109.4143.597.65
HexE1CB3203D596d2c8
Octal163413620751311555410
Binary11101110010111100100111101101100111011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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