#1B261B

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

Shades of Black Bean #1B261B

Tints of Black Bean #1B261B

Color information

#1B261B (or 0x1B261B) is unknown color: approx Black Bean. HEX triplet: 1B, 26 and 1B. RGB value is (27,38,27). Sum of RGB (Red+Green+Blue) = 27+38+27=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #1B261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B261B is #E4D9E4. Grayscale: #212121. Windows color (decimal): -14997989 or 1779227. OLE color: 1779227.

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

Color convert

RGB273827-
CMYK0.2900.290.85
HSL120º16.92%12.75%-
HSV(B)120º28.95%14.9%-
XYZ1.341.71.29-
YUV33.46124.36123.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.35%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=29.35%
G=41.30%
B=29.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2738270.2900.290.8512016.9212.75
Hex1B261B1D01D557811d
Octal334633350351251702115
Binary11011100110110111110101110110101011111000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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