#1B301A

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

Shades of Myrtle #1B301A

Tints of Myrtle #1B301A

Color information

#1B301A (or 0x1B301A) is unknown color: approx Myrtle. HEX triplet: 1B, 30 and 1A. RGB value is (27,48,26). Sum of RGB (Red+Green+Blue) = 27+48+26=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #1B301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B301A is #E4CFE5. Grayscale: #272727. Windows color (decimal): -14995430 or 1716251. OLE color: 1716251.

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

Color convert

RGB274826-
CMYK0.4400.460.81
HSL117.27º29.73%14.51%-
HSV(B)117.27º45.83%18.82%-
XYZ1.72.421.36-
YUV39.21120.54119.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.73%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=26.73%
G=47.52%
B=25.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2748260.4400.460.81117.2729.7314.51
Hex1B301A2C02E51751ef
Octal336032540561211653617
Binary1101111000011010101100010111010100011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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