Html Css Color HEX #0E330F Myrtle

📋 copy color: '#0E330F'

red 14 ◦ green 51 ◦ blue 15

#0E330F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0E330F

Tints of Myrtle #0E330F

RGB

 RED value IS 14 (5.86% from 255) = 17.5%

 GREEN value IS 51 (20.31% from 255) = 63.75%

 BLUE value IS 15 (6.25% from 255) = 18.75%

R = 17.5%
G = 63.75%
B = 18.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#0E330F (or 0x0E330F) is known color: Myrtle. HEX triplet: 0E, 33 and 0F. RGB value is (14,51,15). Sum of RGB (Red+Green+Blue) = 14+51+15=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #0E330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E330F is #F1CCF0. Grayscale: #232323. Windows color (decimal): -15846641 or 996110. OLE color: 996110.

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

Color convert

RGB 14 51 15 -
CMYK 0.73 0 0.71 0.8
HSL 121.62º 0.57% 0.13% -
HSV(B) 121.62º 0.73% 0.2% -
XYZ 1.45 2.5 0.86 -
YUV 35.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 14 51 15 0.73 0 0.71 0.8 121.62 0.57 0.13
Hex E 33 F 49 0 47 50 7A 39 D
Octal 16 63 17 111 0 107 120 172 71 15
Binary 1110 110011 1111 1001001 0 1000111 1010000 1111010 111001 1101

Color Harmonies of #0E330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E330F

Black with #0E330F

Text Example


Text Example

White with #0E330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E330F;
 }
 .AnyTagClassName
 {
   color: #0E330F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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