#1D241C

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

Shades of Myrtle #1D241C

Tints of Myrtle #1D241C

Color information

#1D241C (or 0x1D241C) is unknown color: approx Myrtle. HEX triplet: 1D, 24 and 1C. RGB value is (29,36,28). Sum of RGB (Red+Green+Blue) = 29+36+28=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #1D241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D241C is #E2DBE3. Grayscale: #212121. Windows color (decimal): -14867428 or 1844253. OLE color: 1844253.

HSL color Cylindrical-coordinate representation of color #1D241C: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D241C is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB293628-
CMYK0.1900.220.86
HSL112.5º12.5%12.55%-
HSV(B)112.5º22.22%14.12%-
XYZ1.351.611.34-
YUV32.99125.18125.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=31.18%
G=38.71%
B=30.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936280.1900.220.86112.512.512.55
Hex1D241C130165670dd
Octal354434230261261601515
Binary1110110010011100100110101101010110111000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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