Html Css Color HEX #1E3412 Black Forest

📋 copy color: '#1E3412'

red 30 ◦ green 52 ◦ blue 18

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

Shades of Black Forest #1E3412

Tints of Black Forest #1E3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 52%

 BLUE value IS 18 (7.42% from 255) = 18%

R = 30%
G = 52%
B = 18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#1E3412 (or 0x1E3412) is known color: Black Forest. HEX triplet: 1E, 34 and 12. RGB value is (30,52,18). Sum of RGB (Red+Green+Blue) = 30+52+18=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3412 is #E1CBED. Grayscale: #292929. Windows color (decimal): -14797806 or 1192990. OLE color: 1192990.

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

Color convert

RGB 30 52 18 -
CMYK 0.42 0 0.65 0.80
HSL 98.82º 0.49% 0.14% -
HSV(B) 98.82º 0.65% 0.2% -
XYZ 1.87 2.78 1.01 -
YUV 41.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 30 52 18 0.42 0 0.65 0.80 98.82 0.49 0.14
Hex 1E 34 12 2A 0 41 50 63 31 E
Octal 36 64 22 52 0 101 120 143 61 16
Binary 11110 110100 10010 101010 0 1000001 1010000 1100011 110001 1110

Color Harmonies of #1E3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3412

Black with #1E3412

Text Example


Text Example

White with #1E3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,52,18); }

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

background-color css

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

 a { background-color: rgb(30,52,18); }

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

border-color css

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

 span { border-color: rgb(30,52,18); }

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