#1B3119

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

Shades of Myrtle #1B3119

Tints of Myrtle #1B3119

Color information

#1B3119 (or 0x1B3119) is unknown color: approx Myrtle. HEX triplet: 1B, 31 and 19. RGB value is (27,49,25). Sum of RGB (Red+Green+Blue) = 27+49+25=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3119 is #E4CEE6. Grayscale: #272727. Windows color (decimal): -14995175 or 1650971. OLE color: 1650971.

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

Color convert

RGB274925-
CMYK0.4500.490.81
HSL115º32.43%14.51%-
HSV(B)115º48.98%19.22%-
XYZ1.732.51.31-
YUV39.69119.71118.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.73%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=26.73%
G=48.51%
B=24.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749250.4500.490.8111532.4314.51
Hex1B31192D031517320f
Octal336131550611211634017
Binary11011110001110011011010110001101000111100111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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