#161C15

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

Shades of Myrtle #161C15

Tints of Myrtle #161C15

Color information

#161C15 (or 0x161C15) is unknown color: approx Myrtle. HEX triplet: 16, 1C and 15. RGB value is (22,28,21). Sum of RGB (Red+Green+Blue) = 22+28+21=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #161C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C15 is #E9E3EA. Grayscale: #191919. Windows color (decimal): -15328235 or 1383446. OLE color: 1383446.

HSL color Cylindrical-coordinate representation of color #161C15: hue angle of 111.43º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #161C15 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB222821-
CMYK0.2100.250.89
HSL111.43º14.29%9.61%-
HSV(B)111.43º25%10.98%-
XYZ0.881.060.87-
YUV25.41125.51125.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=30.99%
G=39.44%
B=29.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2228210.2100.250.89111.4314.299.61
Hex161C1515019596fea
Octal263425250311311571612
Binary101101110010101101010110011011001110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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