#1F2320

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

Shades of Black Bean #1F2320

Tints of Black Bean #1F2320

Color information

#1F2320 (or 0x1F2320) is unknown color: approx Black Bean. HEX triplet: 1F, 23 and 20. RGB value is (31,35,32). Sum of RGB (Red+Green+Blue) = 31+35+32=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2320 is #E0DCDF. Grayscale: #212121. Windows color (decimal): -14736608 or 2106143. OLE color: 2106143.

HSL color Cylindrical-coordinate representation of color #1F2320: hue angle of 135º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1F2320 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB313532-
CMYK0.1100.090.86
HSL135º6.06%12.94%-
HSV(B)135º11.43%13.73%-
XYZ1.431.61.6-
YUV33.46127.17126.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=31.63%
G=35.71%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3135320.1100.090.861356.0612.94
Hex1F2320B0956876d
Octal37434013011126207615
Binary111111000111000001011010011010110100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,32); }

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

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

 a { background-color: rgb(31,35,32); }

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

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

 span { border-color: rgb(31,35,32); }

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