#1F2E20

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

Shades of Black Bean #1F2E20

Tints of Black Bean #1F2E20

Color information

#1F2E20 (or 0x1F2E20) is unknown color: approx Black Bean. HEX triplet: 1F, 2E and 20. RGB value is (31,46,32). Sum of RGB (Red+Green+Blue) = 31+46+32=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E20 is #E0D1DF. Grayscale: #272727. Windows color (decimal): -14733792 or 2108959. OLE color: 2108959.

HSL color Cylindrical-coordinate representation of color #1F2E20: hue angle of 124º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F2E20 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB314632-
CMYK0.3300.300.82
HSL124º19.48%15.1%-
HSV(B)124º32.61%18.04%-
XYZ1.82.351.72-
YUV39.92123.53121.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.44%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=28.44%
G=42.20%
B=29.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3146320.3300.300.8212419.4815.1
Hex1F2E202101E527c13f
Octal375640410361221742317
Binary1111110111010000010000101111010100101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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