Html Css Color HEX #0E190B Myrtle

📋 copy color: '#0E190B'

red 14 ◦ green 25 ◦ blue 11

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

Shades of Myrtle #0E190B

Tints of Myrtle #0E190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 22%

R = 28%
G = 50%
B = 22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#0E190B (or 0x0E190B) is known color: Myrtle. HEX triplet: 0E, 19 and 0B. RGB value is (14,25,11). Sum of RGB (Red+Green+Blue) = 14+25+11=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #0E190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E190B is #F1E6F4. Grayscale: #141414. Windows color (decimal): -15853301 or 727310. OLE color: 727310.

HSL color Cylindrical-coordinate representation of color #0E190B: hue angle of 107.14º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E190B is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 25 11 -
CMYK 0.44 0 0.56 0.90
HSL 107.14º 0.39% 0.07% -
HSV(B) 107.14º 0.56% 0.1% -
XYZ 0.59 0.81 0.44 -
YUV 20.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 14 25 11 0.44 0 0.56 0.90 107.14 0.39 0.07
Hex E 19 B 2C 0 38 5A 6B 27 7
Octal 16 31 13 54 0 70 132 153 47 7
Binary 1110 11001 1011 101100 0 111000 1011010 1101011 100111 111

Color Harmonies of #0E190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E190B

Black with #0E190B

Text Example


Text Example

White with #0E190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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