Html Css Color HEX #1A1E1B Black Bean

📋 copy color: '#1A1E1B'

red 26 ◦ green 30 ◦ blue 27

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

Shades of Black Bean #1A1E1B

Tints of Black Bean #1A1E1B

RGB

 RED value IS 26 (10.55% from 255) = 31.33%

 GREEN value IS 30 (12.11% from 255) = 36.14%

 BLUE value IS 27 (10.94% from 255) = 32.53%

R = 31.33%
G = 36.14%
B = 32.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1A1E1B (or 0x1A1E1B) is known color: Black Bean. HEX triplet: 1A, 1E and 1B. RGB value is (26,30,27). Sum of RGB (Red+Green+Blue) = 26+30+27=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E1B is #E5E1E4. Grayscale: #1C1C1C. Windows color (decimal): -15065573 or 1777178. OLE color: 1777178.

HSL color Cylindrical-coordinate representation of color #1A1E1B: hue angle of 135º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1A1E1B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 30 27 -
CMYK 0.13 0 0.10 0.88
HSL 135º 0.07% 0.11% -
HSV(B) 135º 0.13% 0.12% -
XYZ 1.09 1.23 1.22 -
YUV 28.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 26 30 27 0.13 0 0.10 0.88 135 0.07 0.11
Hex 1A 1E 1B D 0 A 58 87 7 B
Octal 32 36 33 15 0 12 130 207 7 13
Binary 11010 11110 11011 1101 0 1010 1011000 10000111 111 1011

Color Harmonies of #1A1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1E1B

Black with #1A1E1B

Text Example


Text Example

White with #1A1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,30,27); }

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

background-color css

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

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

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

border-color css

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

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

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