#1C251F

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

Shades of Black Bean #1C251F

Tints of Black Bean #1C251F

Color information

#1C251F (or 0x1C251F) is unknown color: approx Black Bean. HEX triplet: 1C, 25 and 1F. RGB value is (28,37,31). Sum of RGB (Red+Green+Blue) = 28+37+31=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251F is #E3DAE0. Grayscale: #212121. Windows color (decimal): -14932705 or 2041116. OLE color: 2041116.

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

Color convert

RGB283731-
CMYK0.2400.160.85
HSL140º13.85%12.75%-
HSV(B)140º24.32%14.51%-
XYZ1.391.671.55-
YUV33.62126.52123.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=29.17%
G=38.54%
B=32.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837310.2400.160.8514013.8512.75
Hex1C251F18010558ced
Octal344537300201252141615
Binary11100100101111111100001000010101011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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