Html Css Color HEX #141A13 Myrtle

📋 copy color: '#141A13'

red 20 ◦ green 26 ◦ blue 19

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

Shades of Myrtle #141A13

Tints of Myrtle #141A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 40%

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 30.77%
G = 40%
B = 29.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#141A13 (or 0x141A13) is known color: Myrtle. HEX triplet: 14, 1A and 13. RGB value is (20,26,19). Sum of RGB (Red+Green+Blue) = 20+26+19=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #141A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A13 is #EBE5EC. Grayscale: #171717. Windows color (decimal): -15459821 or 1251860. OLE color: 1251860.

HSL color Cylindrical-coordinate representation of color #141A13: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #141A13 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 26 19 -
CMYK 0.23 0 0.27 0.90
HSL 111.43º 0.16% 0.09% -
HSV(B) 111.43º 0.27% 0.1% -
XYZ 0.78 0.93 0.76 -
YUV 23.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 20 26 19 0.23 0 0.27 0.90 111.43 0.16 0.09
Hex 14 1A 13 17 0 1B 5A 6F 10 9
Octal 24 32 23 27 0 33 132 157 20 11
Binary 10100 11010 10011 10111 0 11011 1011010 1101111 10000 1001

Color Harmonies of #141A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A13

Black with #141A13

Text Example


Text Example

White with #141A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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