Html Css Color HEX #1E251E Black Bean

📋 copy color: '#1E251E'

red 30 ◦ green 37 ◦ blue 30

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

Shades of Black Bean #1E251E

Tints of Black Bean #1E251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.14%

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

R = 30.93%
G = 38.14%
B = 30.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#1E251E (or 0x1E251E) is known color: Black Bean. HEX triplet: 1E, 25 and 1E. RGB value is (30,37,30). Sum of RGB (Red+Green+Blue) = 30+37+30=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #1E251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E251E is #E1DAE1. Grayscale: #222222. Windows color (decimal): -14801634 or 1975582. OLE color: 1975582.

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

Color convert

RGB 30 37 30 -
CMYK 0.19 0 0.19 0.85
HSL 120º 0.1% 0.13% -
HSV(B) 120º 0.19% 0.15% -
XYZ 1.43 1.69 1.48 -
YUV 34.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 30 37 30 0.19 0 0.19 0.85 120 0.1 0.13
Hex 1E 25 1E 13 0 13 55 78 A D
Octal 36 45 36 23 0 23 125 170 12 15
Binary 11110 100101 11110 10011 0 10011 1010101 1111000 1010 1101

Color Harmonies of #1E251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E251E

Black with #1E251E

Text Example


Text Example

White with #1E251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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