#141913

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

Shades of Myrtle #141913

Tints of Myrtle #141913

Color information

#141913 (or 0x141913) is unknown color: approx Myrtle. HEX triplet: 14, 19 and 13. RGB value is (20,25,19). Sum of RGB (Red+Green+Blue) = 20+25+19=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #141913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141913 is #EBE6EC. Grayscale: #161616. Windows color (decimal): -15460077 or 1251604. OLE color: 1251604.

HSL color Cylindrical-coordinate representation of color #141913: hue angle of 110º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #141913 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB202519-
CMYK0.2000.240.90
HSL110º13.64%8.63%-
HSV(B)110º24%9.8%-
XYZ0.750.890.75-
YUV22.82125.84125.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=31.25%
G=39.06%
B=29.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025190.2000.240.9011013.648.63
Hex141913140185A6ee9
Octal243123240301321561611
Binary101001100110011101000110001011010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141913; }

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

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

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

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

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

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

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

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