#1A231B

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

Shades of Black Bean #1A231B

Tints of Black Bean #1A231B

Color information

#1A231B (or 0x1A231B) is unknown color: approx Black Bean. HEX triplet: 1A, 23 and 1B. RGB value is (26,35,27). Sum of RGB (Red+Green+Blue) = 26+35+27=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #1A231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A231B is #E5DCE4. Grayscale: #1F1F1F. Windows color (decimal): -15064293 or 1778458. OLE color: 1778458.

HSL color Cylindrical-coordinate representation of color #1A231B: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1A231B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB263527-
CMYK0.2600.230.86
HSL126.67º14.75%11.96%-
HSV(B)126.67º25.71%13.73%-
XYZ1.221.51.26-
YUV31.4125.52124.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.55%
GREEN value IS 35 (14.06% from 255) = 39.77%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=29.55%
G=39.77%
B=30.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2635270.2600.230.86126.6714.7511.96
Hex1A231B1A017567ffc
Octal324333320271261771714
Binary1101010001111011110100101111010110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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