#1B281D

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

Shades of Black Bean #1B281D

Tints of Black Bean #1B281D

Color information

#1B281D (or 0x1B281D) is unknown color: approx Black Bean. HEX triplet: 1B, 28 and 1D. RGB value is (27,40,29). Sum of RGB (Red+Green+Blue) = 27+40+29=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #1B281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B281D is #E4D7E2. Grayscale: #222222. Windows color (decimal): -14997475 or 1910811. OLE color: 1910811.

HSL color Cylindrical-coordinate representation of color #1B281D: hue angle of 129.23º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B281D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB274029-
CMYK0.3300.280.84
HSL129.23º19.4%13.14%-
HSV(B)129.23º32.5%15.69%-
XYZ1.431.841.44-
YUV34.86124.69122.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.12%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=28.12%
G=41.67%
B=30.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740290.3300.280.84129.2319.413.14
Hex1B281D2101C548113d
Octal335035410341242012315
Binary1101110100011101100001011100101010010000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,40,29); }

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

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

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

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

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

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

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