#1C221B

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

Shades of Myrtle #1C221B

Tints of Myrtle #1C221B

Color information

#1C221B (or 0x1C221B) is unknown color: approx Myrtle. HEX triplet: 1C, 22 and 1B. RGB value is (28,34,27). Sum of RGB (Red+Green+Blue) = 28+34+27=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 34 - color contains mainly: green. Hex color #1C221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C221B is #E3DDE4. Grayscale: #1F1F1F. Windows color (decimal): -14933477 or 1778204. OLE color: 1778204.

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

Color convert

RGB283427-
CMYK0.1800.210.87
HSL111.43º11.48%11.96%-
HSV(B)111.43º20.59%13.33%-
XYZ1.251.471.25-
YUV31.41125.51125.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=31.46%
G=38.20%
B=30.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2834270.1800.210.87111.4311.4811.96
Hex1C221B12015576fbc
Octal344233220251271571314
Binary1110010001011011100100101011010111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,27); }

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

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

 a { background-color: rgb(28,34,27); }

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

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

 span { border-color: rgb(28,34,27); }

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