Html Css Color HEX #1B3320 Black Bean

📋 copy color: '#1B3320'

red 27 ◦ green 51 ◦ blue 32

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

Shades of Black Bean #1B3320

Tints of Black Bean #1B3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

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

R = 24.55%
G = 46.36%
B = 29.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#1B3320 (or 0x1B3320) is known color: Black Bean. HEX triplet: 1B, 33 and 20. RGB value is (27,51,32). Sum of RGB (Red+Green+Blue) = 27+51+32=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3320 is #E4CCDF. Grayscale: #292929. Windows color (decimal): -14994656 or 2110235. OLE color: 2110235.

HSL color Cylindrical-coordinate representation of color #1B3320: hue angle of 132.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B3320 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 27 51 32 -
CMYK 0.47 0 0.37 0.8
HSL 132.5º 0.31% 0.15% -
HSV(B) 132.5º 0.47% 0.2% -
XYZ 1.9 2.7 1.79 -
YUV 41.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 27 51 32 0.47 0 0.37 0.8 132.5 0.31 0.15
Hex 1B 33 20 2F 0 25 50 84 1F F
Octal 33 63 40 57 0 45 120 204 37 17
Binary 11011 110011 100000 101111 0 100101 1010000 10000100 11111 1111

Color Harmonies of #1B3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3320

Black with #1B3320

Text Example


Text Example

White with #1B3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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