Html Css Color HEX #141E11 Myrtle

📋 copy color: '#141E11'

red 20 ◦ green 30 ◦ blue 17

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

Shades of Myrtle #141E11

Tints of Myrtle #141E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 25.37%

R = 29.85%
G = 44.78%
B = 25.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#141E11 (or 0x141E11) is known color: Myrtle. HEX triplet: 14, 1E and 11. RGB value is (20,30,17). Sum of RGB (Red+Green+Blue) = 20+30+17=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #141E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E11 is #EBE1EE. Grayscale: #191919. Windows color (decimal): -15458799 or 1121812. OLE color: 1121812.

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

Color convert

RGB 20 30 17 -
CMYK 0.33 0 0.43 0.88
HSL 106.15º 0.28% 0.09% -
HSV(B) 106.15º 0.43% 0.12% -
XYZ 0.85 1.12 0.7 -
YUV 25.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 20 30 17 0.33 0 0.43 0.88 106.15 0.28 0.09
Hex 14 1E 11 21 0 2B 58 6A 1C 9
Octal 24 36 21 41 0 53 130 152 34 11
Binary 10100 11110 10001 100001 0 101011 1011000 1101010 11100 1001

Color Harmonies of #141E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E11

Black with #141E11

Text Example


Text Example

White with #141E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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