#1B251C

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

Shades of Black Bean #1B251C

Tints of Black Bean #1B251C

Color information

#1B251C (or 0x1B251C) is unknown color: approx Black Bean. HEX triplet: 1B, 25 and 1C. RGB value is (27,37,28). Sum of RGB (Red+Green+Blue) = 27+37+28=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251C is #E4DAE3. Grayscale: #212121. Windows color (decimal): -14998244 or 1844507. OLE color: 1844507.

HSL color Cylindrical-coordinate representation of color #1B251C: hue angle of 126º 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 #1B251C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB273728-
CMYK0.2700.240.85
HSL126º15.63%12.55%-
HSV(B)126º27.03%14.51%-
XYZ1.321.641.35-
YUV32.98125.19123.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.35%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=29.35%
G=40.22%
B=30.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737280.2700.240.8512615.6312.55
Hex1B251C1B018557e10d
Octal334534330301251762015
Binary11011100101111001101101100010101011111110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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