#1C311C

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

Shades of Myrtle #1C311C

Tints of Myrtle #1C311C

Color information

#1C311C (or 0x1C311C) is unknown color: approx Myrtle. HEX triplet: 1C, 31 and 1C. RGB value is (28,49,28). Sum of RGB (Red+Green+Blue) = 28+49+28=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #1C311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C311C is #E3CEE3. Grayscale: #282828. Windows color (decimal): -14929636 or 1847580. OLE color: 1847580.

HSL color Cylindrical-coordinate representation of color #1C311C: hue angle of 120º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C311C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB284928-
CMYK0.4300.430.81
HSL120º27.27%15.1%-
HSV(B)120º42.86%19.22%-
XYZ1.792.531.49-
YUV40.33121.04119.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.67%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=26.67%
G=46.67%
B=26.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849280.4300.430.8112027.2715.1
Hex1C311C2B02B51781bf
Octal346134530531211703317
Binary1110011000111100101011010101110100011111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,28); }

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

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

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

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

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

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

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