Html Css Color HEX #0E130D Myrtle

📋 copy color: '#0E130D'

red 14 ◦ green 19 ◦ blue 13

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

Shades of Myrtle #0E130D

Tints of Myrtle #0E130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 41.3%

 BLUE value IS 13 (5.47% from 255) = 28.26%

R = 30.43%
G = 41.3%
B = 28.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#0E130D (or 0x0E130D) is known color: Myrtle. HEX triplet: 0E, 13 and 0D. RGB value is (14,19,13). Sum of RGB (Red+Green+Blue) = 14+19+13=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130D is #F1ECF2. Grayscale: #101010. Windows color (decimal): -15854835 or 856846. OLE color: 856846.

HSL color Cylindrical-coordinate representation of color #0E130D: hue angle of 110º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0E130D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 19 13 -
CMYK 0.26 0 0.32 0.93
HSL 110º 0.19% 0.06% -
HSV(B) 110º 0.32% 0.07% -
XYZ 0.49 0.59 0.47 -
YUV 16.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 14 19 13 0.26 0 0.32 0.93 110 0.19 0.06
Hex E 13 D 1A 0 20 5D 6E 13 6
Octal 16 23 15 32 0 40 135 156 23 6
Binary 1110 10011 1101 11010 0 100000 1011101 1101110 10011 110

Color Harmonies of #0E130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E130D

Black with #0E130D

Text Example


Text Example

White with #0E130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,13); }

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

background-color css

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

 a { background-color: rgb(14,19,13); }

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

border-color css

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

 span { border-color: rgb(14,19,13); }

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