Html Css Color HEX #1E211E Black Bean

📋 copy color: '#1E211E'

red 30 ◦ green 33 ◦ blue 30

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

Shades of Black Bean #1E211E

Tints of Black Bean #1E211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 32.26%

R = 32.26%
G = 35.48%
B = 32.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#1E211E (or 0x1E211E) is known color: Black Bean. HEX triplet: 1E, 21 and 1E. RGB value is (30,33,30). Sum of RGB (Red+Green+Blue) = 30+33+30=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211E is #E1DEE1. Grayscale: #1F1F1F. Windows color (decimal): -14802658 or 1974558. OLE color: 1974558.

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

Color convert

RGB 30 33 30 -
CMYK 0.09 0 0.09 0.87
HSL 120º 0.05% 0.12% -
HSV(B) 120º 0.09% 0.13% -
XYZ 1.31 1.46 1.44 -
YUV 31.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 30 33 30 0.09 0 0.09 0.87 120 0.05 0.12
Hex 1E 21 1E 9 0 9 57 78 5 C
Octal 36 41 36 11 0 11 127 170 5 14
Binary 11110 100001 11110 1001 0 1001 1010111 1111000 101 1100

Color Harmonies of #1E211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E211E

Black with #1E211E

Text Example


Text Example

White with #1E211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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