Html Css Color HEX #141E13 Myrtle

📋 copy color: '#141E13'

red 20 ◦ green 30 ◦ blue 19

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

Shades of Myrtle #141E13

Tints of Myrtle #141E13

RGB

 RED value IS 20 (8.2% from 255) = 28.99%

 GREEN value IS 30 (12.11% from 255) = 43.48%

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 28.99%
G = 43.48%
B = 27.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#141E13 (or 0x141E13) is known color: Myrtle. HEX triplet: 14, 1E and 13. RGB value is (20,30,19). Sum of RGB (Red+Green+Blue) = 20+30+19=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #141E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E13 is #EBE1EC. Grayscale: #191919. Windows color (decimal): -15458797 or 1252884. OLE color: 1252884.

HSL color Cylindrical-coordinate representation of color #141E13: hue angle of 114.55º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #141E13 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 19 -
CMYK 0.33 0 0.37 0.88
HSL 114.55º 0.22% 0.1% -
HSV(B) 114.55º 0.37% 0.12% -
XYZ 0.87 1.12 0.79 -
YUV 25.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 20 30 19 0.33 0 0.37 0.88 114.55 0.22 0.1
Hex 14 1E 13 21 0 25 58 73 16 A
Octal 24 36 23 41 0 45 130 163 26 12
Binary 10100 11110 10011 100001 0 100101 1011000 1110011 10110 1010

Color Harmonies of #141E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E13

Black with #141E13

Text Example


Text Example

White with #141E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141E13; }

 p { color: rgb(20,30,19); }

 H1.HeaderClassName
 {
   color: #141E13;
 }
 .AnyTagClassName
 {
   color: #141E13;
 }
</style>

background-color css

<style>
 a { background-color: #141E13; }

 a { background-color: rgb(20,30,19); }

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

border-color css

<style>
 span { border-color: #141E13; }

 span { border-color: rgb(20,30,19); }

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