Html Css Color HEX #131C11 Myrtle

📋 copy color: '#131C11'

red 19 ◦ green 28 ◦ blue 17

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

Shades of Myrtle #131C11

Tints of Myrtle #131C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 43.75%

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

R = 29.69%
G = 43.75%
B = 26.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#131C11 (or 0x131C11) is known color: Myrtle. HEX triplet: 13, 1C and 11. RGB value is (19,28,17). Sum of RGB (Red+Green+Blue) = 19+28+17=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #131C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C11 is #ECE3EE. Grayscale: #181818. Windows color (decimal): -15524847 or 1121299. OLE color: 1121299.

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

Color convert

RGB 19 28 17 -
CMYK 0.32 0 0.39 0.89
HSL 109.09º 0.24% 0.09% -
HSV(B) 109.09º 0.39% 0.11% -
XYZ 0.78 1.01 0.68 -
YUV 24.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 19 28 17 0.32 0 0.39 0.89 109.09 0.24 0.09
Hex 13 1C 11 20 0 27 59 6D 18 9
Octal 23 34 21 40 0 47 131 155 30 11
Binary 10011 11100 10001 100000 0 100111 1011001 1101101 11000 1001

Color Harmonies of #131C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C11

Black with #131C11

Text Example


Text Example

White with #131C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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