#1C321B

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

Shades of Myrtle #1C321B

Tints of Myrtle #1C321B

Color information

#1C321B (or 0x1C321B) is unknown color: approx Myrtle. HEX triplet: 1C, 32 and 1B. RGB value is (28,50,27). Sum of RGB (Red+Green+Blue) = 28+50+27=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #1C321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C321B is #E3CDE4. Grayscale: #282828. Windows color (decimal): -14929381 or 1782300. OLE color: 1782300.

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

Color convert

RGB285027-
CMYK0.4400.460.80
HSL117.39º29.87%15.1%-
HSV(B)117.39º46%19.61%-
XYZ1.822.611.44-
YUV40.8120.21118.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.67%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=26.67%
G=47.62%
B=25.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850270.4400.460.80117.3929.8715.1
Hex1C321B2C02E50751ef
Octal346233540561201653617
Binary1110011001011011101100010111010100001110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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