#1A321D

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

Shades of Black Bean #1A321D

Tints of Black Bean #1A321D

Color information

#1A321D (or 0x1A321D) is unknown color: approx Black Bean. HEX triplet: 1A, 32 and 1D. RGB value is (26,50,29). Sum of RGB (Red+Green+Blue) = 26+50+29=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321D is #E5CDE2. Grayscale: #282828. Windows color (decimal): -15060451 or 1913370. OLE color: 1913370.

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

Color convert

RGB265029-
CMYK0.4800.420.80
HSL127.5º31.58%14.9%-
HSV(B)127.5º48%19.61%-
XYZ1.792.591.57-
YUV40.43121.55117.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 24.76%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=24.76%
G=47.62%
B=27.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650290.4800.420.80127.531.5814.9
Hex1A321D3002A508020f
Octal326235600521202004017
Binary110101100101110111000001010101010000100000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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