#0E330A

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

Shades of Myrtle #0E330A

Tints of Myrtle #0E330A

Color information

#0E330A (or 0x0E330A) is unknown color: approx Myrtle. HEX triplet: 0E, 33 and 0A. RGB value is (14,51,10). Sum of RGB (Red+Green+Blue) = 14+51+10=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #0E330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E330A is #F1CCF5. Grayscale: #232323. Windows color (decimal): -15846646 or 668430. OLE color: 668430.

HSL color Cylindrical-coordinate representation of color #0E330A: hue angle of 114.15º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E330A is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB145110-
CMYK0.7300.800.8
HSL114.15º67.21%11.96%-
HSV(B)114.15º80.39%20%-
XYZ1.422.480.69-
YUV35.26113.74112.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 51 (20.31% from 255) = 68%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=18.67%
G=68%
B=13.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1451100.7300.800.8114.1567.2111.96
HexE33A49050507243c
Octal166312111012012016210314
Binary111011001110101001001010100001010000111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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