#1C381B

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

Shades of Myrtle #1C381B

Tints of Myrtle #1C381B

Color information

#1C381B (or 0x1C381B) is unknown color: approx Myrtle. HEX triplet: 1C, 38 and 1B. RGB value is (28,56,27). Sum of RGB (Red+Green+Blue) = 28+56+27=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #1C381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C381B is #E3C7E4. Grayscale: #2C2C2C. Windows color (decimal): -14927845 or 1783836. OLE color: 1783836.

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

Color convert

RGB285627-
CMYK0.5000.520.78
HSL117.93º34.94%16.27%-
HSV(B)117.93º51.79%21.96%-
XYZ2.093.151.54-
YUV44.32118.22116.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.23%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=25.23%
G=50.45%
B=24.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2856270.5000.520.78117.9334.9416.27
Hex1C381B320344E762310
Octal347033620641161664320
Binary111001110001101111001001101001001110111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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