#1D381B

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

Shades of Myrtle #1D381B

Tints of Myrtle #1D381B

Color information

#1D381B (or 0x1D381B) is unknown color: approx Myrtle. HEX triplet: 1D, 38 and 1B. RGB value is (29,56,27). Sum of RGB (Red+Green+Blue) = 29+56+27=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #1D381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D381B is #E2C7E4. Grayscale: #2C2C2C. Windows color (decimal): -14862309 or 1783837. OLE color: 1783837.

HSL color Cylindrical-coordinate representation of color #1D381B: hue angle of 115.86º 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 #1D381B is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB295627-
CMYK0.4800.520.78
HSL115.86º34.94%16.27%-
HSV(B)115.86º51.79%21.96%-
XYZ2.123.171.54-
YUV44.62118.05116.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.89%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=25.89%
G=50%
B=24.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956270.4800.520.78115.8634.9416.27
Hex1D381B300344E742310
Octal357033600641161644320
Binary111011110001101111000001101001001110111010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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