#132111

Color #132111 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #132111

Tints of Myrtle #132111

Color information

#132111 (or 0x132111) is unknown color: approx Myrtle. HEX triplet: 13, 21 and 11. RGB value is (19,33,17). Sum of RGB (Red+Green+Blue) = 19+33+17=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #132111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132111 is #ECDEEE. Grayscale: #1B1B1B. Windows color (decimal): -15523567 or 1122579. OLE color: 1122579.

HSL color Cylindrical-coordinate representation of color #132111: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #132111 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB193317-
CMYK0.4200.480.87
HSL112.5º32%9.8%-
HSV(B)112.5º48.48%12.94%-
XYZ0.911.270.73-
YUV26.99122.36122.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 33 (13.28% from 255) = 47.83%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=27.54%
G=47.83%
B=24.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933170.4200.480.87112.5329.8
Hex1321112A030577020a
Octal234121520601271604012
Binary10011100001100011010100110000101011111100001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132111; }

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

 H1.HeaderClassName
 {
   color: #132111;
 }
 .AnyTagClassName
 {
   color: #132111;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #132111;
 }
 .BgClassName
 {
   background-color: #132111;
 }
</style>
border-color css

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

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

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