Html Css Color HEX #1E201E Black Bean

📋 copy color: '#1E201E'

red 30 ◦ green 32 ◦ blue 30

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

Shades of Black Bean #1E201E

Tints of Black Bean #1E201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.78%

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

R = 32.61%
G = 34.78%
B = 32.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#1E201E (or 0x1E201E) is known color: Black Bean. HEX triplet: 1E, 20 and 1E. RGB value is (30,32,30). Sum of RGB (Red+Green+Blue) = 30+32+30=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 32 - color contains mainly: green. Hex color #1E201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E201E is #E1DFE1. Grayscale: #1F1F1F. Windows color (decimal): -14802914 or 1974302. OLE color: 1974302.

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

Color convert

RGB 30 32 30 -
CMYK 0.06 0 0.06 0.87
HSL 120º 0.03% 0.12% -
HSV(B) 120º 0.06% 0.13% -
XYZ 1.29 1.4 1.43 -
YUV 31.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 30 32 30 0.06 0 0.06 0.87 120 0.03 0.12
Hex 1E 20 1E 6 0 6 57 78 3 C
Octal 36 40 36 6 0 6 127 170 3 14
Binary 11110 100000 11110 110 0 110 1010111 1111000 11 1100

Color Harmonies of #1E201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E201E

Black with #1E201E

Text Example


Text Example

White with #1E201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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