#161B15

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

Shades of Myrtle #161B15

Tints of Myrtle #161B15

Color information

#161B15 (or 0x161B15) is unknown color: approx Myrtle. HEX triplet: 16, 1B and 15. RGB value is (22,27,21). Sum of RGB (Red+Green+Blue) = 22+27+21=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #161B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B15 is #E9E4EA. Grayscale: #181818. Windows color (decimal): -15328491 or 1383190. OLE color: 1383190.

HSL color Cylindrical-coordinate representation of color #161B15: hue angle of 110º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #161B15 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB222721-
CMYK0.1900.220.89
HSL110º12.5%9.41%-
HSV(B)110º22.22%10.59%-
XYZ0.861.010.86-
YUV24.82125.84125.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.43%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 21 (8.59% from 255) = 30%
R=31.43%
G=38.57%
B=30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2227210.1900.220.8911012.59.41
Hex161B1513016596ec9
Octal263325230261311561411
Binary101101101110101100110101101011001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B15; }

 p { color: rgb(22,27,21); }

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

<style>
 a { background-color: #161B15; }

 a { background-color: rgb(22,27,21); }

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

<style>
 span { border-color: #161B15; }

 span { border-color: rgb(22,27,21); }

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