Html Css Color HEX #1E211D Black Forest

📋 copy color: '#1E211D'

red 30 ◦ green 33 ◦ blue 29

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

Shades of Black Forest #1E211D

Tints of Black Forest #1E211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.87%

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

R = 32.61%
G = 35.87%
B = 31.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#1E211D (or 0x1E211D) is known color: Black Forest. HEX triplet: 1E, 21 and 1D. RGB value is (30,33,29). Sum of RGB (Red+Green+Blue) = 30+33+29=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211D is #E1DEE2. Grayscale: #1F1F1F. Windows color (decimal): -14802659 or 1909022. OLE color: 1909022.

HSL color Cylindrical-coordinate representation of color #1E211D: hue angle of 105º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1E211D is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 33 29 -
CMYK 0.09 0 0.12 0.87
HSL 105º 0.06% 0.12% -
HSV(B) 105º 0.12% 0.13% -
XYZ 1.3 1.45 1.37 -
YUV 31.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 30 33 29 0.09 0 0.12 0.87 105 0.06 0.12
Hex 1E 21 1D 9 0 C 57 69 6 C
Octal 36 41 35 11 0 14 127 151 6 14
Binary 11110 100001 11101 1001 0 1100 1010111 1101001 110 1100

Color Harmonies of #1E211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E211D

Black with #1E211D

Text Example


Text Example

White with #1E211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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