#1A321C

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

Shades of Black Bean #1A321C

Tints of Black Bean #1A321C

Color information

#1A321C (or 0x1A321C) is unknown color: approx Black Bean. HEX triplet: 1A, 32 and 1C. RGB value is (26,50,28). Sum of RGB (Red+Green+Blue) = 26+50+28=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321C is #E5CDE3. Grayscale: #282828. Windows color (decimal): -15060452 or 1847834. OLE color: 1847834.

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

Color convert

RGB265028-
CMYK0.4800.440.80
HSL125º31.58%14.9%-
HSV(B)125º48%19.61%-
XYZ1.782.581.5-
YUV40.32121.05117.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=25%
G=48.08%
B=26.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650280.4800.440.8012531.5814.9
Hex1A321C3002C507d20f
Octal326234600541201754017
Binary11010110010111001100000101100101000011111011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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