#1B3521

Color #1B3521 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1B3521

Tints of Black Bean #1B3521

Color information

#1B3521 (or 0x1B3521) is unknown color: approx Black Bean. HEX triplet: 1B, 35 and 21. RGB value is (27,53,33). Sum of RGB (Red+Green+Blue) = 27+53+33=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #1B3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3521 is #E4CADE. Grayscale: #2B2B2B. Windows color (decimal): -14994143 or 2176283. OLE color: 2176283.

HSL color Cylindrical-coordinate representation of color #1B3521: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B3521 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB275333-
CMYK0.4900.380.79
HSL133.85º32.5%15.69%-
HSV(B)133.85º49.06%20.78%-
XYZ22.891.89-
YUV42.95122.39116.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.89%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=23.89%
G=46.90%
B=29.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2753330.4900.380.79133.8532.515.69
Hex1B3521310264F862010
Octal336541610461172064020
Binary11011110101100001110001010011010011111000011010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,33); }

 H1.HeaderClassName
 {
   color: #1B3521;
 }
 .AnyTagClassName
 {
   color: #1B3521;
 }
</style>
background-color css

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

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

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

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

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

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