#1A251C

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

Shades of Black Bean #1A251C

Tints of Black Bean #1A251C

Color information

#1A251C (or 0x1A251C) is unknown color: approx Black Bean. HEX triplet: 1A, 25 and 1C. RGB value is (26,37,28). Sum of RGB (Red+Green+Blue) = 26+37+28=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251C is #E5DAE3. Grayscale: #202020. Windows color (decimal): -15063780 or 1844506. OLE color: 1844506.

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

Color convert

RGB263728-
CMYK0.3000.240.85
HSL130.91º17.46%12.35%-
HSV(B)130.91º29.73%14.51%-
XYZ1.31.631.34-
YUV32.68125.36123.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=28.57%
G=40.66%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637280.3000.240.85130.9117.4612.35
Hex1A251C1E018558311c
Octal324534360301252032114
Binary110101001011110011110011000101010110000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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