#1A321E

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

Shades of Black Bean #1A321E

Tints of Black Bean #1A321E

Color information

#1A321E (or 0x1A321E) is unknown color: approx Black Bean. HEX triplet: 1A, 32 and 1E. RGB value is (26,50,30). Sum of RGB (Red+Green+Blue) = 26+50+30=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321E is #E5CDE1. Grayscale: #282828. Windows color (decimal): -15060450 or 1978906. OLE color: 1978906.

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

Color convert

RGB265030-
CMYK0.4800.400.80
HSL130º31.58%14.9%-
HSV(B)130º48%19.61%-
XYZ1.82.591.63-
YUV40.54122.05117.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.53%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=24.53%
G=47.17%
B=28.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650300.4800.400.8013031.5814.9
Hex1A321E30028508220f
Octal326236600501202024017
Binary110101100101111011000001010001010000100000101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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