Html Css Color HEX #1A211C Black Bean

📋 copy color: '#1A211C'

red 26 ◦ green 33 ◦ blue 28

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

Shades of Black Bean #1A211C

Tints of Black Bean #1A211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.93%

 BLUE value IS 28 (11.33% from 255) = 32.18%

R = 29.89%
G = 37.93%
B = 32.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#1A211C (or 0x1A211C) is known color: Black Bean. HEX triplet: 1A, 21 and 1C. RGB value is (26,33,28). Sum of RGB (Red+Green+Blue) = 26+33+28=87 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.89% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #1A211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A211C is #E5DEE3. Grayscale: #1E1E1E. Windows color (decimal): -15064804 or 1843482. OLE color: 1843482.

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

Color convert

RGB 26 33 28 -
CMYK 0.21 0 0.15 0.87
HSL 137.14º 0.12% 0.12% -
HSV(B) 137.14º 0.21% 0.13% -
XYZ 1.18 1.39 1.3 -
YUV 30.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 26 33 28 0.21 0 0.15 0.87 137.14 0.12 0.12
Hex 1A 21 1C 15 0 F 57 89 C C
Octal 32 41 34 25 0 17 127 211 14 14
Binary 11010 100001 11100 10101 0 1111 1010111 10001001 1100 1100

Color Harmonies of #1A211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A211C

Black with #1A211C

Text Example


Text Example

White with #1A211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,33,28); }

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

background-color css

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

 a { background-color: rgb(26,33,28); }

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

border-color css

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

 span { border-color: rgb(26,33,28); }

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