Html Css Color HEX #1E271F Black Bean

📋 copy color: '#1E271F'

red 30 ◦ green 39 ◦ blue 31

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

Shades of Black Bean #1E271F

Tints of Black Bean #1E271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 31%

R = 30%
G = 39%
B = 31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#1E271F (or 0x1E271F) is known color: Black Bean. HEX triplet: 1E, 27 and 1F. RGB value is (30,39,31). Sum of RGB (Red+Green+Blue) = 30+39+31=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 39 - color contains mainly: green. Hex color #1E271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E271F is #E1D8E0. Grayscale: #232323. Windows color (decimal): -14801121 or 2041630. OLE color: 2041630.

HSL color Cylindrical-coordinate representation of color #1E271F: hue angle of 126.67º 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 #1E271F is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 39 31 -
CMYK 0.23 0 0.21 0.85
HSL 126.67º 0.13% 0.14% -
HSV(B) 126.67º 0.23% 0.15% -
XYZ 1.51 1.83 1.57 -
YUV 35.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 30 39 31 0.23 0 0.21 0.85 126.67 0.13 0.14
Hex 1E 27 1F 17 0 15 55 7F D E
Octal 36 47 37 27 0 25 125 177 15 16
Binary 11110 100111 11111 10111 0 10101 1010101 1111111 1101 1110

Color Harmonies of #1E271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E271F

Black with #1E271F

Text Example


Text Example

White with #1E271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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