#1B281E

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

Shades of Black Bean #1B281E

Tints of Black Bean #1B281E

Color information

#1B281E (or 0x1B281E) is unknown color: approx Black Bean. HEX triplet: 1B, 28 and 1E. RGB value is (27,40,30). Sum of RGB (Red+Green+Blue) = 27+40+30=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 40 - color contains mainly: green. Hex color #1B281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B281E is #E4D7E1. Grayscale: #222222. Windows color (decimal): -14997474 or 1976347. OLE color: 1976347.

HSL color Cylindrical-coordinate representation of color #1B281E: hue angle of 133.85º 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 #1B281E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB274030-
CMYK0.3300.250.84
HSL133.85º19.4%13.14%-
HSV(B)133.85º32.5%15.69%-
XYZ1.451.841.51-
YUV34.97125.19122.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.84%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=27.84%
G=41.24%
B=30.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2740300.3300.250.84133.8519.413.14
Hex1B281E21019548613d
Octal335036410311242062315
Binary1101110100011110100001011001101010010000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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