#141D13

Color #141D13 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #141D13

Tints of Myrtle #141D13

Color information

#141D13 (or 0x141D13) is unknown color: approx Myrtle. HEX triplet: 14, 1D and 13. RGB value is (20,29,19). Sum of RGB (Red+Green+Blue) = 20+29+19=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #141D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D13 is #EBE2EC. Grayscale: #191919. Windows color (decimal): -15459053 or 1252628. OLE color: 1252628.

HSL color Cylindrical-coordinate representation of color #141D13: hue angle of 114º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #141D13 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB202919-
CMYK0.3100.340.89
HSL114º20.83%9.41%-
HSV(B)114º34.48%11.37%-
XYZ0.851.070.78-
YUV25.17124.52124.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=29.41%
G=42.65%
B=27.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2029190.3100.340.8911420.839.41
Hex141D131F0225972159
Octal243523370421311622511
Binary10100111011001111111010001010110011110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #141D13;
 }
 .AnyTagClassName
 {
   color: #141D13;
 }
</style>
background-color css

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

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

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

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

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

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