#1B251B

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

Shades of Black Bean #1B251B

Tints of Black Bean #1B251B

Color information

#1B251B (or 0x1B251B) is unknown color: approx Black Bean. HEX triplet: 1B, 25 and 1B. RGB value is (27,37,27). Sum of RGB (Red+Green+Blue) = 27+37+27=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251B is #E4DAE4. Grayscale: #202020. Windows color (decimal): -14998245 or 1778971. OLE color: 1778971.

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

Color convert

RGB273727-
CMYK0.2700.270.85
HSL120º15.63%12.55%-
HSV(B)120º27.03%14.51%-
XYZ1.311.641.28-
YUV32.87124.69123.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.67%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=29.67%
G=40.66%
B=29.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737270.2700.270.8512015.6312.55
Hex1B251B1B01B557810d
Octal334533330331251702015
Binary11011100101110111101101101110101011111000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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