#1D331C

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

Shades of Myrtle #1D331C

Tints of Myrtle #1D331C

Color information

#1D331C (or 0x1D331C) is unknown color: approx Myrtle. HEX triplet: 1D, 33 and 1C. RGB value is (29,51,28). Sum of RGB (Red+Green+Blue) = 29+51+28=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #1D331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D331C is #E2CCE3. Grayscale: #292929. Windows color (decimal): -14863588 or 1848093. OLE color: 1848093.

HSL color Cylindrical-coordinate representation of color #1D331C: hue angle of 117.39º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D331C is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB295128-
CMYK0.4300.450.8
HSL117.39º29.11%15.49%-
HSV(B)117.39º45.1%20%-
XYZ1.92.711.52-
YUV41.8120.21118.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.85%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=26.85%
G=47.22%
B=25.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2951280.4300.450.8117.3929.1115.49
Hex1D331C2B02D50751df
Octal356334530551201653517
Binary1110111001111100101011010110110100001110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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