#1A261B

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

Shades of Black Bean #1A261B

Tints of Black Bean #1A261B

Color information

#1A261B (or 0x1A261B) is unknown color: approx Black Bean. HEX triplet: 1A, 26 and 1B. RGB value is (26,38,27). Sum of RGB (Red+Green+Blue) = 26+38+27=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #1A261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A261B is #E5D9E4. Grayscale: #212121. Windows color (decimal): -15063525 or 1779226. OLE color: 1779226.

HSL color Cylindrical-coordinate representation of color #1A261B: hue angle of 125º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A261B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB263827-
CMYK0.3200.290.85
HSL125º18.75%12.55%-
HSV(B)125º31.58%14.9%-
XYZ1.321.681.29-
YUV33.16124.52122.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.57%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=28.57%
G=41.76%
B=29.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2638270.3200.290.8512518.7512.55
Hex1A261B2001D557d13d
Octal324633400351251752315
Binary110101001101101110000001110110101011111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,38,27); }

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

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

 a { background-color: rgb(26,38,27); }

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

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

 span { border-color: rgb(26,38,27); }

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