#1B201A

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

Shades of Myrtle #1B201A

Tints of Myrtle #1B201A

Color information

#1B201A (or 0x1B201A) is unknown color: approx Myrtle. HEX triplet: 1B, 20 and 1A. RGB value is (27,32,26). Sum of RGB (Red+Green+Blue) = 27+32+26=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201A is #E4DFE5. Grayscale: #1D1D1D. Windows color (decimal): -14999526 or 1712155. OLE color: 1712155.

HSL color Cylindrical-coordinate representation of color #1B201A: hue angle of 110º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1B201A is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB273226-
CMYK0.1600.190.87
HSL110º10.34%11.37%-
HSV(B)110º18.75%12.55%-
XYZ1.151.341.18-
YUV29.82125.84125.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.76%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=31.76%
G=37.65%
B=30.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732260.1600.190.8711010.3411.37
Hex1B201A10013576eab
Octal334032200231271561213
Binary1101110000011010100000100111010111110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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