Html Css Color HEX #1B3420 Black Bean

📋 copy color: '#1B3420'

red 27 ◦ green 52 ◦ blue 32

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

Shades of Black Bean #1B3420

Tints of Black Bean #1B3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.85%

 BLUE value IS 32 (12.89% from 255) = 28.83%

R = 24.32%
G = 46.85%
B = 28.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#1B3420 (or 0x1B3420) is known color: Black Bean. HEX triplet: 1B, 34 and 20. RGB value is (27,52,32). Sum of RGB (Red+Green+Blue) = 27+52+32=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #1B3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3420 is #E4CBDF. Grayscale: #2A2A2A. Windows color (decimal): -14994400 or 2110491. OLE color: 2110491.

HSL color Cylindrical-coordinate representation of color #1B3420: hue angle of 132º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B3420 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 27 52 32 -
CMYK 0.48 0 0.38 0.80
HSL 132º 0.32% 0.15% -
HSV(B) 132º 0.48% 0.2% -
XYZ 1.94 2.79 1.8 -
YUV 42.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 27 52 32 0.48 0 0.38 0.80 132 0.32 0.15
Hex 1B 34 20 30 0 26 50 84 20 F
Octal 33 64 40 60 0 46 120 204 40 17
Binary 11011 110100 100000 110000 0 100110 1010000 10000100 100000 1111

Color Harmonies of #1B3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3420

Black with #1B3420

Text Example


Text Example

White with #1B3420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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