#1B301C

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

Shades of Myrtle #1B301C

Tints of Myrtle #1B301C

Color information

#1B301C (or 0x1B301C) is unknown color: approx Myrtle. HEX triplet: 1B, 30 and 1C. RGB value is (27,48,28). Sum of RGB (Red+Green+Blue) = 27+48+28=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #1B301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B301C is #E4CFE3. Grayscale: #272727. Windows color (decimal): -14995428 or 1847323. OLE color: 1847323.

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

Color convert

RGB274828-
CMYK0.4400.420.81
HSL122.86º28%14.71%-
HSV(B)122.86º43.75%18.82%-
XYZ1.722.431.48-
YUV39.44121.54119.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.21%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=26.21%
G=46.60%
B=27.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748280.4400.420.81122.862814.71
Hex1B301C2C02A517b1cf
Octal336034540521211733417
Binary1101111000011100101100010101010100011111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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