#1A3420

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

Shades of Black Bean #1A3420

Tints of Black Bean #1A3420

Color information

#1A3420 (or 0x1A3420) is unknown color: approx Black Bean. HEX triplet: 1A, 34 and 20. RGB value is (26,52,32). Sum of RGB (Red+Green+Blue) = 26+52+32=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1A3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3420 is #E5CBDF. Grayscale: #2A2A2A. Windows color (decimal): -15059936 or 2110490. OLE color: 2110490.

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

Color convert

RGB265232-
CMYK0.5000.380.80
HSL133.85º33.33%15.29%-
HSV(B)133.85º50%20.39%-
XYZ1.912.781.8-
YUV41.95122.39116.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.64%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=23.64%
G=47.27%
B=29.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2652320.5000.380.80133.8533.3315.29
Hex1A342032026508621f
Octal326440620461202064117
Binary1101011010010000011001001001101010000100001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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