#1A3220

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

Shades of Black Bean #1A3220

Tints of Black Bean #1A3220

Color information

#1A3220 (or 0x1A3220) is unknown color: approx Black Bean. HEX triplet: 1A, 32 and 20. RGB value is (26,50,32). Sum of RGB (Red+Green+Blue) = 26+50+32=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3220 is #E5CDDF. Grayscale: #282828. Windows color (decimal): -15060448 or 2109978. OLE color: 2109978.

HSL color Cylindrical-coordinate representation of color #1A3220: hue angle of 135º 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 #1A3220 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB265032-
CMYK0.4800.360.80
HSL135º31.58%14.9%-
HSV(B)135º48%19.61%-
XYZ1.832.611.77-
YUV40.77123.05117.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.07%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=24.07%
G=46.30%
B=29.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650320.4800.360.8013531.5814.9
Hex1A322030024508720f
Octal326240600441202074017
Binary1101011001010000011000001001001010000100001111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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