#1A321B

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

Shades of Myrtle #1A321B

Tints of Myrtle #1A321B

Color information

#1A321B (or 0x1A321B) is unknown color: approx Myrtle. HEX triplet: 1A, 32 and 1B. RGB value is (26,50,27). Sum of RGB (Red+Green+Blue) = 26+50+27=103 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.24% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321B is #E5CDE4. Grayscale: #282828. Windows color (decimal): -15060453 or 1782298. OLE color: 1782298.

HSL color Cylindrical-coordinate representation of color #1A321B: hue angle of 122.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A321B is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB265027-
CMYK0.4800.460.80
HSL122.5º31.58%14.9%-
HSV(B)122.5º48%19.61%-
XYZ1.762.581.44-
YUV40.2120.55117.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25.24%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=25.24%
G=48.54%
B=26.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650270.4800.460.80122.531.5814.9
Hex1A321B3002E507a20f
Octal326233600561201724017
Binary11010110010110111100000101110101000011110101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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