Html Css Color HEX #1B201B Black Bean

📋 copy color: '#1B201B'

red 27 ◦ green 32 ◦ blue 27

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

Shades of Black Bean #1B201B

Tints of Black Bean #1B201B

RGB

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

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

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

R = 31.4%
G = 37.21%
B = 31.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#1B201B (or 0x1B201B) is known color: Black Bean. HEX triplet: 1B, 20 and 1B. RGB value is (27,32,27). Sum of RGB (Red+Green+Blue) = 27+32+27=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201B is #E4DFE4. Grayscale: #1D1D1D. Windows color (decimal): -14999525 or 1777691. OLE color: 1777691.

HSL color Cylindrical-coordinate representation of color #1B201B: hue angle of 120º 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 #1B201B is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 32 27 -
CMYK 0.16 0 0.16 0.87
HSL 120º 0.08% 0.12% -
HSV(B) 120º 0.16% 0.13% -
XYZ 1.17 1.35 1.24 -
YUV 29.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 27 32 27 0.16 0 0.16 0.87 120 0.08 0.12
Hex 1B 20 1B 10 0 10 57 78 8 C
Octal 33 40 33 20 0 20 127 170 10 14
Binary 11011 100000 11011 10000 0 10000 1010111 1111000 1000 1100

Color Harmonies of #1B201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B201B

Black with #1B201B

Text Example


Text Example

White with #1B201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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