Html Css Color HEX #1E370F Black Forest

📋 copy color: '#1E370F'

red 30 ◦ green 55 ◦ blue 15

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

Shades of Black Forest #1E370F

Tints of Black Forest #1E370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 55%

 BLUE value IS 15 (6.25% from 255) = 15%

R = 30%
G = 55%
B = 15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#1E370F (or 0x1E370F) is known color: Black Forest. HEX triplet: 1E, 37 and 0F. RGB value is (30,55,15). Sum of RGB (Red+Green+Blue) = 30+55+15=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #1E370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E370F is #E1C8F0. Grayscale: #2B2B2B. Windows color (decimal): -14797041 or 997150. OLE color: 997150.

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

Color convert

RGB 30 55 15 -
CMYK 0.45 0 0.73 0.78
HSL 97.5º 0.57% 0.14% -
HSV(B) 97.5º 0.73% 0.22% -
XYZ 1.99 3.04 0.93 -
YUV 42.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 30 55 15 0.45 0 0.73 0.78 97.5 0.57 0.14
Hex 1E 37 F 2D 0 49 4E 62 39 E
Octal 36 67 17 55 0 111 116 142 71 16
Binary 11110 110111 1111 101101 0 1001001 1001110 1100010 111001 1110

Color Harmonies of #1E370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E370F

Black with #1E370F

Text Example


Text Example

White with #1E370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,15); }

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

background-color css

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

 a { background-color: rgb(30,55,15); }

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

border-color css

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

 span { border-color: rgb(30,55,15); }

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