Html Css Color HEX #1E390E Black Forest

📋 copy color: '#1E390E'

red 30 ◦ green 57 ◦ blue 14

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

Shades of Black Forest #1E390E

Tints of Black Forest #1E390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 56.44%

 BLUE value IS 14 (5.86% from 255) = 13.86%

R = 29.7%
G = 56.44%
B = 13.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#1E390E (or 0x1E390E) is known color: Black Forest. HEX triplet: 1E, 39 and 0E. RGB value is (30,57,14). Sum of RGB (Red+Green+Blue) = 30+57+14=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #1E390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E390E is #E1C6F1. Grayscale: #2C2C2C. Windows color (decimal): -14796530 or 932126. OLE color: 932126.

HSL color Cylindrical-coordinate representation of color #1E390E: hue angle of 97.67º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E390E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 57 14 -
CMYK 0.47 0 0.75 0.78
HSL 97.67º 0.61% 0.14% -
HSV(B) 97.67º 0.75% 0.22% -
XYZ 2.08 3.23 0.93 -
YUV 44.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 30 57 14 0.47 0 0.75 0.78 97.67 0.61 0.14
Hex 1E 39 E 2F 0 4B 4E 62 3D E
Octal 36 71 16 57 0 113 116 142 75 16
Binary 11110 111001 1110 101111 0 1001011 1001110 1100010 111101 1110

Color Harmonies of #1E390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E390E

Black with #1E390E

Text Example


Text Example

White with #1E390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,57,14); }

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

background-color css

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

 a { background-color: rgb(30,57,14); }

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

border-color css

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

 span { border-color: rgb(30,57,14); }

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