#141C13

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

Shades of Myrtle #141C13

Tints of Myrtle #141C13

Color information

#141C13 (or 0x141C13) is unknown color: approx Myrtle. HEX triplet: 14, 1C and 13. RGB value is (20,28,19). Sum of RGB (Red+Green+Blue) = 20+28+19=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #141C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C13 is #EBE3EC. Grayscale: #181818. Windows color (decimal): -15459309 or 1252372. OLE color: 1252372.

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

Color convert

RGB202819-
CMYK0.2900.320.89
HSL113.33º19.15%9.22%-
HSV(B)113.33º32.14%10.98%-
XYZ0.821.030.77-
YUV24.58124.85124.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=29.85%
G=41.79%
B=28.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028190.2900.320.89113.3319.159.22
Hex141C131D0205971139
Octal243423350401311612311
Binary10100111001001111101010000010110011110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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