#1F2420

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

Shades of Black Bean #1F2420

Tints of Black Bean #1F2420

Color information

#1F2420 (or 0x1F2420) is unknown color: approx Black Bean. HEX triplet: 1F, 24 and 20. RGB value is (31,36,32). Sum of RGB (Red+Green+Blue) = 31+36+32=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2420 is #E0DBDF. Grayscale: #222222. Windows color (decimal): -14736352 or 2106399. OLE color: 2106399.

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

Color convert

RGB313632-
CMYK0.1400.110.86
HSL132º7.46%13.14%-
HSV(B)132º13.89%14.12%-
XYZ1.461.661.61-
YUV34.05126.84125.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=31.31%
G=36.36%
B=32.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136320.1400.110.861327.4613.14
Hex1F2420E0B56847d
Octal37444016013126204715
Binary111111001001000001110010111010110100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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