Html Css Color HEX #131D11 Myrtle

📋 copy color: '#131D11'

red 19 ◦ green 29 ◦ blue 17

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

Shades of Myrtle #131D11

Tints of Myrtle #131D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 44.62%

 BLUE value IS 17 (7.03% from 255) = 26.15%

R = 29.23%
G = 44.62%
B = 26.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#131D11 (or 0x131D11) is known color: Myrtle. HEX triplet: 13, 1D and 11. RGB value is (19,29,17). Sum of RGB (Red+Green+Blue) = 19+29+17=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #131D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D11 is #ECE2EE. Grayscale: #181818. Windows color (decimal): -15524591 or 1121555. OLE color: 1121555.

HSL color Cylindrical-coordinate representation of color #131D11: hue angle of 110º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131D11 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 29 17 -
CMYK 0.34 0 0.41 0.89
HSL 110º 0.26% 0.09% -
HSV(B) 110º 0.41% 0.11% -
XYZ 0.81 1.06 0.69 -
YUV 24.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 19 29 17 0.34 0 0.41 0.89 110 0.26 0.09
Hex 13 1D 11 22 0 29 59 6E 1A 9
Octal 23 35 21 42 0 51 131 156 32 11
Binary 10011 11101 10001 100010 0 101001 1011001 1101110 11010 1001

Color Harmonies of #131D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D11

Black with #131D11

Text Example


Text Example

White with #131D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131D11; }

 p { color: rgb(19,29,17); }

 H1.HeaderClassName
 {
   color: #131D11;
 }
 .AnyTagClassName
 {
   color: #131D11;
 }
</style>

background-color css

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

 a { background-color: rgb(19,29,17); }

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

border-color css

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

 span { border-color: rgb(19,29,17); }

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