#1D381A

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

Shades of Myrtle #1D381A

Tints of Myrtle #1D381A

Color information

#1D381A (or 0x1D381A) is unknown color: approx Myrtle. HEX triplet: 1D, 38 and 1A. RGB value is (29,56,26). Sum of RGB (Red+Green+Blue) = 29+56+26=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #1D381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D381A is #E2C7E5. Grayscale: #2C2C2C. Windows color (decimal): -14862310 or 1718301. OLE color: 1718301.

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

Color convert

RGB295626-
CMYK0.4800.540.78
HSL114º36.59%16.08%-
HSV(B)114º53.57%21.96%-
XYZ2.113.161.48-
YUV44.51117.55116.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=26.13%
G=50.45%
B=23.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956260.4800.540.7811436.5916.08
Hex1D381A300364E722510
Octal357032600661161624520
Binary111011110001101011000001101101001110111001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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