Html Css Color HEX #141913 Myrtle

📋 copy color: '#141913'

red 20 ◦ green 25 ◦ blue 19

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

Shades of Myrtle #141913

Tints of Myrtle #141913

RGB

 RED value IS 20 (8.2% 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 value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#141913 (or 0x141913) is known color: 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

RGB 20 25 19 -
CMYK 0.20 0 0.24 0.90
HSL 110º 0.14% 0.09% -
HSV(B) 110º 0.24% 0.1% -
XYZ 0.75 0.89 0.75 -
YUV 22.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 20 25 19 0.20 0 0.24 0.90 110 0.14 0.09
Hex 14 19 13 14 0 18 5A 6E E 9
Octal 24 31 23 24 0 30 132 156 16 11
Binary 10100 11001 10011 10100 0 11000 1011010 1101110 1110 1001

Color Harmonies of #141913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141913

Black with #141913

Text Example


Text Example

White with #141913

Text Example


Text Example

HTML Codes & Css Web 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>