Html Css Color HEX #1E271E Black Bean

📋 copy color: '#1E271E'

red 30 ◦ green 39 ◦ blue 30

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

Shades of Black Bean #1E271E

Tints of Black Bean #1E271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39.39%

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

R = 30.3%
G = 39.39%
B = 30.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.85

RGB Variations

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

Color information

#1E271E (or 0x1E271E) is known color: Black Bean. HEX triplet: 1E, 27 and 1E. RGB value is (30,39,30). Sum of RGB (Red+Green+Blue) = 30+39+30=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 39 - color contains mainly: green. Hex color #1E271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E271E is #E1D8E1. Grayscale: #232323. Windows color (decimal): -14801122 or 1976094. OLE color: 1976094.

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

Color convert

RGB 30 39 30 -
CMYK 0.23 0 0.23 0.85
HSL 120º 0.13% 0.14% -
HSV(B) 120º 0.23% 0.15% -
XYZ 1.5 1.82 1.5 -
YUV 35.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 30 39 30 0.23 0 0.23 0.85 120 0.13 0.14
Hex 1E 27 1E 17 0 17 55 78 D E
Octal 36 47 36 27 0 27 125 170 15 16
Binary 11110 100111 11110 10111 0 10111 1010101 1111000 1101 1110

Color Harmonies of #1E271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E271E

Black with #1E271E

Text Example


Text Example

White with #1E271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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