#1C311D

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

Shades of Myrtle #1C311D

Tints of Myrtle #1C311D

Color information

#1C311D (or 0x1C311D) is unknown color: approx Myrtle. HEX triplet: 1C, 31 and 1D. RGB value is (28,49,29). Sum of RGB (Red+Green+Blue) = 28+49+29=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #1C311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C311D is #E3CEE2. Grayscale: #282828. Windows color (decimal): -14929635 or 1913116. OLE color: 1913116.

HSL color Cylindrical-coordinate representation of color #1C311D: hue angle of 122.86º 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 #1C311D is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB284929-
CMYK0.4300.410.81
HSL122.86º27.27%15.1%-
HSV(B)122.86º42.86%19.22%-
XYZ1.82.531.56-
YUV40.44121.54119.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.42%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=26.42%
G=46.23%
B=27.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2849290.4300.410.81122.8627.2715.1
Hex1C311D2B029517b1bf
Octal346135530511211733317
Binary1110011000111101101011010100110100011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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