Html Css Color HEX #1E3211 Black Forest

📋 copy color: '#1E3211'

red 30 ◦ green 50 ◦ blue 17

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

Shades of Black Forest #1E3211

Tints of Black Forest #1E3211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.53%

R = 30.93%
G = 51.55%
B = 17.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#1E3211 (or 0x1E3211) is known color: Black Forest. HEX triplet: 1E, 32 and 11. RGB value is (30,50,17). Sum of RGB (Red+Green+Blue) = 30+50+17=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3211 is #E1CDEE. Grayscale: #282828. Windows color (decimal): -14798319 or 1126942. OLE color: 1126942.

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

Color convert

RGB 30 50 17 -
CMYK 0.40 0 0.66 0.80
HSL 96.36º 0.49% 0.13% -
HSV(B) 96.36º 0.66% 0.2% -
XYZ 1.78 2.6 0.94 -
YUV 40.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 30 50 17 0.40 0 0.66 0.80 96.36 0.49 0.13
Hex 1E 32 11 28 0 42 50 60 31 D
Octal 36 62 21 50 0 102 120 140 61 15
Binary 11110 110010 10001 101000 0 1000010 1010000 1100000 110001 1101

Color Harmonies of #1E3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3211

Black with #1E3211

Text Example


Text Example

White with #1E3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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