Html Css Color HEX #1B201C Black Bean

📋 copy color: '#1B201C'

red 27 ◦ green 32 ◦ blue 28

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

Shades of Black Bean #1B201C

Tints of Black Bean #1B201C

RGB

 RED value IS 27 (10.94% from 255) = 31.03%

 GREEN value IS 32 (12.89% from 255) = 36.78%

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

R = 31.03%
G = 36.78%
B = 32.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#1B201C (or 0x1B201C) is known color: Black Bean. HEX triplet: 1B, 20 and 1C. RGB value is (27,32,28). Sum of RGB (Red+Green+Blue) = 27+32+28=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201C is #E4DFE3. Grayscale: #1E1E1E. Windows color (decimal): -14999524 or 1843227. OLE color: 1843227.

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

Color convert

RGB 27 32 28 -
CMYK 0.16 0 0.12 0.87
HSL 132º 0.08% 0.12% -
HSV(B) 132º 0.16% 0.13% -
XYZ 1.18 1.35 1.3 -
YUV 30.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 27 32 28 0.16 0 0.12 0.87 132 0.08 0.12
Hex 1B 20 1C 10 0 C 57 84 8 C
Octal 33 40 34 20 0 14 127 204 10 14
Binary 11011 100000 11100 10000 0 1100 1010111 10000100 1000 1100

Color Harmonies of #1B201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B201C

Black with #1B201C

Text Example


Text Example

White with #1B201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,32,28); }

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

background-color css

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

 a { background-color: rgb(27,32,28); }

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

border-color css

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

 span { border-color: rgb(27,32,28); }

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