#1B251E

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

Shades of Black Bean #1B251E

Tints of Black Bean #1B251E

Color information

#1B251E (or 0x1B251E) is unknown color: approx Black Bean. HEX triplet: 1B, 25 and 1E. RGB value is (27,37,30). Sum of RGB (Red+Green+Blue) = 27+37+30=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251E is #E4DAE1. Grayscale: #212121. Windows color (decimal): -14998242 or 1975579. OLE color: 1975579.

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

Color convert

RGB273730-
CMYK0.2700.190.85
HSL138º15.63%12.55%-
HSV(B)138º27.03%14.51%-
XYZ1.351.651.48-
YUV33.21126.19123.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.72%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=28.72%
G=39.36%
B=31.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737300.2700.190.8513815.6312.55
Hex1B251E1B013558a10d
Octal334536330231252122015
Binary110111001011111011011010011101010110001010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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