#1A251B

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

Shades of Black Bean #1A251B

Tints of Black Bean #1A251B

Color information

#1A251B (or 0x1A251B) is unknown color: approx Black Bean. HEX triplet: 1A, 25 and 1B. RGB value is (26,37,27). Sum of RGB (Red+Green+Blue) = 26+37+27=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251B is #E5DAE4. Grayscale: #202020. Windows color (decimal): -15063781 or 1778970. OLE color: 1778970.

HSL color Cylindrical-coordinate representation of color #1A251B: hue angle of 125.45º 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 #1A251B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB263727-
CMYK0.3000.270.85
HSL125.45º17.46%12.35%-
HSV(B)125.45º29.73%14.51%-
XYZ1.291.621.28-
YUV32.57124.86123.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.89%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 27 (10.94% from 255) = 30%
R=28.89%
G=41.11%
B=30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637270.3000.270.85125.4517.4612.35
Hex1A251B1E01B557d11c
Octal324533360331251752114
Binary11010100101110111111001101110101011111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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