Html Css Color HEX #1E321D Myrtle

📋 copy color: '#1E321D'

red 30 ◦ green 50 ◦ blue 29

#1E321D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #1E321D

Tints of Myrtle #1E321D

RGB

 RED value IS 30 (12.11% from 255) = 27.52%

 GREEN value IS 50 (19.92% from 255) = 45.87%

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 27.52%
G = 45.87%
B = 26.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#1E321D (or 0x1E321D) is known color: Myrtle. HEX triplet: 1E, 32 and 1D. RGB value is (30,50,29). Sum of RGB (Red+Green+Blue) = 30+50+29=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #1E321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E321D is #E1CDE2. Grayscale: #292929. Windows color (decimal): -14798307 or 1913374. OLE color: 1913374.

HSL color Cylindrical-coordinate representation of color #1E321D: hue angle of 117.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E321D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 30 50 29 -
CMYK 0.40 0 0.42 0.80
HSL 117.14º 0.27% 0.15% -
HSV(B) 117.14º 0.42% 0.2% -
XYZ 1.9 2.65 1.57 -
YUV 41.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 30 50 29 0.40 0 0.42 0.80 117.14 0.27 0.15
Hex 1E 32 1D 28 0 2A 50 75 1B F
Octal 36 62 35 50 0 52 120 165 33 17
Binary 11110 110010 11101 101000 0 101010 1010000 1110101 11011 1111

Color Harmonies of #1E321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E321D

Black with #1E321D

Text Example


Text Example

White with #1E321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,50,29); }

 H1.HeaderClassName
 {
   color: #1E321D;
 }
 .AnyTagClassName
 {
   color: #1E321D;
 }
</style>

background-color css

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

 a { background-color: rgb(30,50,29); }

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

border-color css

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

 span { border-color: rgb(30,50,29); }

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