Html Css Color HEX #131E11 Myrtle

📋 copy color: '#131E11'

red 19 ◦ green 30 ◦ blue 17

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

Shades of Myrtle #131E11

Tints of Myrtle #131E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 45.45%

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

R = 28.79%
G = 45.45%
B = 25.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#131E11 (or 0x131E11) is known color: Myrtle. HEX triplet: 13, 1E and 11. RGB value is (19,30,17). Sum of RGB (Red+Green+Blue) = 19+30+17=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #131E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E11 is #ECE1EE. Grayscale: #191919. Windows color (decimal): -15524335 or 1121811. OLE color: 1121811.

HSL color Cylindrical-coordinate representation of color #131E11: hue angle of 110.77º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #131E11 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 30 17 -
CMYK 0.37 0 0.43 0.88
HSL 110.77º 0.28% 0.09% -
HSV(B) 110.77º 0.43% 0.12% -
XYZ 0.83 1.11 0.7 -
YUV 25.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 19 30 17 0.37 0 0.43 0.88 110.77 0.28 0.09
Hex 13 1E 11 25 0 2B 58 6F 1C 9
Octal 23 36 21 45 0 53 130 157 34 11
Binary 10011 11110 10001 100101 0 101011 1011000 1101111 11100 1001

Color Harmonies of #131E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E11

Black with #131E11

Text Example


Text Example

White with #131E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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