#1C381D

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

Shades of Myrtle #1C381D

Tints of Myrtle #1C381D

Color information

#1C381D (or 0x1C381D) is unknown color: approx Myrtle. HEX triplet: 1C, 38 and 1D. RGB value is (28,56,29). Sum of RGB (Red+Green+Blue) = 28+56+29=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #1C381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C381D is #E3C7E2. Grayscale: #2C2C2C. Windows color (decimal): -14927843 or 1914908. OLE color: 1914908.

HSL color Cylindrical-coordinate representation of color #1C381D: hue angle of 122.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C381D is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB285629-
CMYK0.5000.480.78
HSL122.14º33.33%16.47%-
HSV(B)122.14º50%21.96%-
XYZ2.113.161.66-
YUV44.55119.22116.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 56 (22.27% from 255) = 49.56%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=24.78%
G=49.56%
B=25.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2856290.5000.480.78122.1433.3316.47
Hex1C381D320304E7a2110
Octal347035620601161724120
Binary111001110001110111001001100001001110111101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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