#1A251A

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

Shades of Black Bean #1A251A

Tints of Black Bean #1A251A

Color information

#1A251A (or 0x1A251A) is unknown color: approx Black Bean. HEX triplet: 1A, 25 and 1A. RGB value is (26,37,26). Sum of RGB (Red+Green+Blue) = 26+37+26=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251A is #E5DAE5. Grayscale: #202020. Windows color (decimal): -15063782 or 1713434. OLE color: 1713434.

HSL color Cylindrical-coordinate representation of color #1A251A: hue angle of 120º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A251A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB263726-
CMYK0.3000.300.85
HSL120º17.46%12.35%-
HSV(B)120º29.73%14.51%-
XYZ1.271.621.22-
YUV32.46124.36123.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.21%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=29.21%
G=41.57%
B=29.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637260.3000.300.8512017.4612.35
Hex1A251A1E01E557811c
Octal324532360361251702114
Binary11010100101110101111001111010101011111000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,26); }

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

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

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

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

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

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

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