Html Css Color HEX #141B13 Myrtle

📋 copy color: '#141B13'

red 20 ◦ green 27 ◦ blue 19

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

Shades of Myrtle #141B13

Tints of Myrtle #141B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 40.91%

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

R = 30.3%
G = 40.91%
B = 28.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#141B13 (or 0x141B13) is known color: Myrtle. HEX triplet: 14, 1B and 13. RGB value is (20,27,19). Sum of RGB (Red+Green+Blue) = 20+27+19=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 27 - color contains mainly: green. Hex color #141B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B13 is #EBE4EC. Grayscale: #181818. Windows color (decimal): -15459565 or 1252116. OLE color: 1252116.

HSL color Cylindrical-coordinate representation of color #141B13: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #141B13 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 27 19 -
CMYK 0.26 0 0.30 0.89
HSL 112.5º 0.17% 0.09% -
HSV(B) 112.5º 0.3% 0.11% -
XYZ 0.8 0.98 0.76 -
YUV 24 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 20 27 19 0.26 0 0.30 0.89 112.5 0.17 0.09
Hex 14 1B 13 1A 0 1E 59 70 11 9
Octal 24 33 23 32 0 36 131 160 21 11
Binary 10100 11011 10011 11010 0 11110 1011001 1110000 10001 1001

Color Harmonies of #141B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B13

Black with #141B13

Text Example


Text Example

White with #141B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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