#1B311C

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

Shades of Myrtle #1B311C

Tints of Myrtle #1B311C

Color information

#1B311C (or 0x1B311C) is unknown color: approx Myrtle. HEX triplet: 1B, 31 and 1C. RGB value is (27,49,28). Sum of RGB (Red+Green+Blue) = 27+49+28=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #1B311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B311C is #E4CEE3. Grayscale: #282828. Windows color (decimal): -14995172 or 1847579. OLE color: 1847579.

HSL color Cylindrical-coordinate representation of color #1B311C: hue angle of 122.73º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B311C is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB274928-
CMYK0.4500.430.81
HSL122.73º28.95%14.9%-
HSV(B)122.73º44.9%19.22%-
XYZ1.762.511.49-
YUV40.03121.21118.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.96%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=25.96%
G=47.12%
B=26.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749280.4500.430.81122.7328.9514.9
Hex1B311C2D02B517b1df
Octal336134550531211733517
Binary1101111000111100101101010101110100011111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B311C; }

 p { color: rgb(27,49,28); }

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

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

 a { background-color: rgb(27,49,28); }

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

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

 span { border-color: rgb(27,49,28); }

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